untitled2dshooter/readme.md

19 lines
376 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
first download [gbdk version 4.0.6](https://github.com/gbdk-2020/gbdk-2020/releases/tag/4.0.6) and
extract the release to the folder `<PROJECT ROOT>/gbdk`
2022-06-06 21:23:01 +00:00
and then compile the game
```
make all
```
the gameboy rom will be output to `obj/untitled2dshooter.gb`