FlappyBoy-asm GB
From GameBrew
More actions
| FlappyBoy-asm | |
|---|---|
| General | |
| Author | Felipe Alfonso |
| Type | Arcade Games |
| Version | 2018 |
| License | Mixed |
| System | DMG |
| Last Updated | 2018/02/27 |
| Links | |
| Download | |
| Website | |
| Source | |
FlappyBoy is a Flappy Bird clone for the Game Boy built in assembly.
It was created as a learning project to explore the functionalities of the Game Boy and understand the process of building a basic game for the platform.
Installation
You can run it on hardware, emulator or play it on an online emulator.
User guide
Control the flying bird and guide it through a series of pipes by tapping A to keep it afloat.
Controls
A - Start game, Fly
Screenshots
Credits
Tools used:
- RGBDS to assemble the code.
- BGB to test and debug.
- EverDrive GB to run the game on device.
External links
- Author's website - https://bitnenfer.com/blog/2017/01/21/GameBoy.html
- GitHub - https://github.com/bitnenfer/flappy-boy-asm