update readme

This commit is contained in:
Akbar Rahman 2022-06-06 22:23:01 +01:00
parent 96ba8d2ac1
commit 1dbfa25e3e
Signed by: alvierahman90
GPG Key ID: 20609519444A1269

View File

@ -2,8 +2,18 @@
an untitled 2d multiplayer shooter for the gameboy an untitled 2d multiplayer shooter for the gameboy
i don't know what i'm doing
## compile ## compile
first clone submodules:
```
git submodule init && git submodule update
```
and then compile the game
``` ```
make all make all
``` ```