https://github.com/deved2/rebound
Bouncing ball game for Game Boy Color
https://github.com/deved2/rebound
game game-boy-color gbcompo21
Last synced: 9 months ago
JSON representation
Bouncing ball game for Game Boy Color
- Host: GitHub
- URL: https://github.com/deved2/rebound
- Owner: DevEd2
- License: mit
- Created: 2021-07-01T13:36:17.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2023-02-17T04:22:10.000Z (about 3 years ago)
- Last Synced: 2025-04-27T00:33:03.237Z (about 1 year ago)
- Topics: game, game-boy-color, gbcompo21
- Language: Assembly
- Homepage:
- Size: 937 KB
- Stars: 7
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ReboundGB
Bouncing ball game for Game Boy Color.
# Dependencies
- RGBDS
- Python 3
# Building
## Windows
Run build.bat
## Linux and macOS
Run build.sh. If you get a "permission denied" error, run `chmod +x build.sh` and try again.