Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/deved2/bouncedtrainer
- Owner: DevEd2
- License: mit
- Created: 2020-12-27T20:17:42.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-22T03:33:38.000Z (almost 3 years ago)
- Last Synced: 2024-11-11T05:26:06.954Z (2 months ago)
- Topics: demoscene, game-boy, game-boy-color, gbdev
- Language: Assembly
- Homepage:
- Size: 34.2 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.