godot-demo-projects/mono/multiplayer_pong/README.md

17 lines
550 B
Markdown
Raw Normal View History

2020-10-19 00:44:23 +02:00
# Pong Multiplayer with C#
A multiplayer demo of Pong. One player presses "host".
The other presses "join". This only works locally.
2020-10-19 00:44:23 +02:00
Language: [C#](https://docs.godotengine.org/en/latest/tutorials/scripting/c_sharp/index.html)
2020-10-19 00:44:23 +02:00
Renderer: GLES 2
Note: There is a GDScript version available [here](https://github.com/godotengine/godot-demo-projects/tree/master/networking/multiplayer_pong).
Check out this demo on the asset library: https://godotengine.org/asset-library/asset/788
2020-10-19 00:44:23 +02:00
## Screenshots
![Screenshot](../../2d/pong/screenshots/pong.png)