Add README files to loading and multiplayer demos

This commit is contained in:
Aaron Franke
2020-03-09 05:06:17 -04:00
parent 9e3ffe456b
commit fea5db8ed2
14 changed files with 65 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
# Multiplayer Bomber
A multiplayer implementation of the classical bomberman game.
One of the players should press "host", while the other
should type in his address and press "play".
Language: GDScript
Renderer: GLES 2
## Screenshots
![Screenshot](screenshots/bomber.png)

Binary file not shown.

After

Width:  |  Height:  |  Size: 58 KiB

View File

@@ -0,0 +1,14 @@
# Pong Multiplayer
A multiplayer demo of the classical pong game.
One of the players should press "host", while the other should select the address and press "join".
Language: GDScript
Renderer: GLES 2
Note: The non-multiplayer version is available [here](https://github.com/godotengine/godot-demo-projects/tree/master/2d/pong).
## Screenshots
![Screenshot](screenshots/pong_multiplayer.png)

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB