Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/deved2/bouncedtrainer

Source code for "Bounced +5 Trainer" by Capital (https://www.pouet.net/prod.php?which=86952)
https://github.com/deved2/bouncedtrainer

demoscene game-boy game-boy-color gbdev

Last synced: 16 days ago
JSON representation

Source code for "Bounced +5 Trainer" by Capital (https://www.pouet.net/prod.php?which=86952)

Awesome Lists containing this project

README

        

# Bounced +5 Trainer
Source code for Bounced +5 Trainer by Capital, originally released in September of 2020.

# Requirements
- [MinGW](http://mingw.org/) or Windows Subsystem for Linux (only required if building on Windows)
- Xcode + command line tools (only required if building on macOS)
- [RGBDS](https://github.com/gbdev/rgbds)
- [BMP2CGB](https://github.com/gitendo/bmp2cgb)
- [Python 3.x](https://www.python.org/)
- Optional: [SameBoy](https://github.com/LIJI32/SameBoy)
- Optional: Bounced ROM (you're on your own here)

# Building
1. Fetch dependencies
2. Clone the repo
3. Run `make nogame`, or just `make` if you have a Bounced ROM handy.