mirror of
https://github.com/Relintai/pandemonium_demo_projects.git
synced 2024-12-21 13:56:50 +01:00
17 lines
448 B
Markdown
17 lines
448 B
Markdown
# Pong Multiplayer
|
|
|
|
A multiplayer demo of Pong. One player presses "host".
|
|
The other presses "join". This only works locally.
|
|
|
|
Language: GDScript
|
|
|
|
Renderer: GLES 2
|
|
|
|
Note: The non-multiplayer version is available [here](https://github.com/godotengine/godot-demo-projects/tree/master/2d/pong).
|
|
|
|
Check out this demo on the asset library: https://godotengine.org/asset-library/asset/138
|
|
|
|
## Screenshots
|
|
|
|
![Screenshot](screenshots/pong_multiplayer.png)
|