https://github.com/androidkitkat/para-gameboy
Classic Apple ][ Sabotage for the Gameboy
https://github.com/androidkitkat/para-gameboy
Last synced: about 2 months ago
JSON representation
Classic Apple ][ Sabotage for the Gameboy
- Host: GitHub
- URL: https://github.com/androidkitkat/para-gameboy
- Owner: AndroidKitKat
- License: bsd-2-clause
- Created: 2021-02-09T17:48:25.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-02-25T01:39:50.000Z (about 4 years ago)
- Last Synced: 2025-02-08T05:44:15.135Z (4 months ago)
- Language: C
- Size: 28.3 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# para-gameboy
Project is a recreation of the Apple ][ game "Sabotage" (more commonly known as Parachute on the Apple iPod) for the Nintendo Game Boy
## Dependencies
- [gbdk-2020](https://github.com/Zal0/gbdk-2020)
- [GBTD](http://www.devrs.com/gb/hmgd/gbtd.html)
- [GBMB](http://www.devrs.com/gb/hmgd/gbmb.html)
- [GNU Make](https://www.gnu.org/software/make/)Not a dependency but a great GameBoy emulator for debugging: [bgb](http://bgb.bircd.org/)
## how to build?
Assuming that gbdk is your PATH
`make`