03: add README.md file

This commit is contained in:
0xdeadbeer 2023-11-21 00:35:38 +01:00
parent 4542d4311f
commit 5e41f8dd69
4 changed files with 8 additions and 4 deletions

1
.gitignore vendored
View File

@ -3,3 +3,4 @@
build/
*.o
compile_commands.json
.idea/

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 KiB

7
03-network/README.md Normal file
View 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)

View File

@ -1,4 +0,0 @@
Message:
* 10 Bytes long
* 0-1 byte: action
* 2-10 byte: additional data