untitled2dshooter/readme.md

22 lines
297 B
Markdown
Raw Normal View History

# untitled2dshooter
an untitled 2d multiplayer shooter for the gameboy
2022-06-06 21:23:01 +00:00
i don't know what i'm doing
## compile
2022-06-06 21:23:01 +00:00
first clone submodules:
```
git submodule init && git submodule update
```
and then compile the game
```
make all
```
the gameboy rom will be output to `obj/untitled2dshooter.gb`