Skip to content

FlappyBird clone for the Game Boy written in Assembly

Notifications You must be signed in to change notification settings

prcastro/mountain

Repository files navigation

Abigos' Mountain - Batata's Adventure

FlappyBird clone for the original Game Boy, fully written in assembly

Mountain's Gameplay

How to play

Download the latest version of the game (mountain.gb) from the releases page and open it on any Game Boy emulator.

From source

You will need to install RGBDS. On windows you can run build.bat from the repository root folder. On other platforms run:

rgbasm -o build/mountain.o mountain.asm
rgblink -o build/mountain.gb build/mountain.o
rgbfix -v -p 0 build/mountain.gb

Your rom will be available on build/mountain.gb. You can open it on any Game Boy emulator.

Credits

Inspired by flappy-boy-asm. Art by Fernanda Peralta.