• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..09-Jul-2020-

logic/H09-Jul-2020-274201

screenshots/H07-May-2022-

README.mdH A D09-Jul-2020398 169

ball.png.importH A D09-Jul-2020641 3529

ball.tscnH A D09-Jul-2020426 1711

icon.png.importH A D09-Jul-2020640 3529

lobby.tscnH A D09-Jul-20202.3 KiB9786

paddle.png.importH A D09-Jul-2020647 3529

paddle.tscnH A D09-Jul-2020729 2922

pong.tscnH A D09-Jul-20202.4 KiB9880

project.godotH A D09-Jul-20202.9 KiB6751

separator.png.importH A D09-Jul-2020656 3529

README.md

1# Pong Multiplayer
2
3A multiplayer demo of the classical pong game.
4One of the players should press "host", while the
5other should select the address and press "join".
6
7Language: GDScript
8
9Renderer: GLES 2
10
11Note: The non-multiplayer version is available [here](https://github.com/godotengine/godot-demo-projects/tree/master/2d/pong).
12
13## Screenshots
14
15![Screenshot](screenshots/pong_multiplayer.png)
16