03: add README.md file
This commit is contained in:
parent
4542d4311f
commit
5e41f8dd69
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -3,3 +3,4 @@
|
||||||
build/
|
build/
|
||||||
*.o
|
*.o
|
||||||
compile_commands.json
|
compile_commands.json
|
||||||
|
.idea/
|
||||||
|
|
BIN
03-network/.imgs/showcase.png
Normal file
BIN
03-network/.imgs/showcase.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.4 KiB |
7
03-network/README.md
Normal file
7
03-network/README.md
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
<p align="center">
|
||||||
|
<img src=".imgs/showcase.png" width="300" />
|
||||||
|
</p>
|
||||||
|
|
||||||
|
# Network
|
||||||
|
|
||||||
|
My first attempt to create a multiplayer game. Both the server and the client run off of the SDL2 library. (alongside some extensions)
|
|
@ -1,4 +0,0 @@
|
||||||
Message:
|
|
||||||
* 10 Bytes long
|
|
||||||
* 0-1 byte: action
|
|
||||||
* 2-10 byte: additional data
|
|
Loading…
Reference in New Issue
Block a user