mirror of
https://github.com/godotengine/godot-demo-projects.git
synced 2026-01-06 16:00:08 +01:00
Add README files to loading and multiplayer demos
This commit is contained in:
13
networking/multiplayer_bomber/README.md
Normal file
13
networking/multiplayer_bomber/README.md
Normal 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
|
||||
|
||||

|
||||
0
networking/multiplayer_bomber/screenshots/.gdignore
Normal file
0
networking/multiplayer_bomber/screenshots/.gdignore
Normal file
BIN
networking/multiplayer_bomber/screenshots/bomber.png
Normal file
BIN
networking/multiplayer_bomber/screenshots/bomber.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 58 KiB |
14
networking/multiplayer_pong/README.md
Normal file
14
networking/multiplayer_pong/README.md
Normal 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
|
||||
|
||||

|
||||
0
networking/multiplayer_pong/screenshots/.gdignore
Normal file
0
networking/multiplayer_pong/screenshots/.gdignore
Normal file
BIN
networking/multiplayer_pong/screenshots/pong_multiplayer.png
Normal file
BIN
networking/multiplayer_pong/screenshots/pong_multiplayer.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.7 KiB |
Reference in New Issue
Block a user