Ecosyste.ms: Awesome

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

https://github.com/bitnenfer/flappy-boy-asm

Flappy Bird clone made for the Game Boy.
https://github.com/bitnenfer/flappy-boy-asm

Last synced: 2 months ago
JSON representation

Flappy Bird clone made for the Game Boy.

Lists

README

        

![Header](http://voidptr.io/dev/flappy-boy/gameboy.jpg)

FlappyBoy
=========

This is clone of Flappy Bird I made to learn about the Game Boy and how to build a really simple game for it.

The tools I used are:
- [RGBDS](https://bitbucket.org/JustinLloyd/rgbds-gameboy-development-system) to assemble my code
- [BGB](http://bgb.bircd.org/) to test and debug
- [EverDrive GB](http://krikzz.com/store/home/8-everdrive-gb.html) to run the game on device

Here you can play the game on an online emulator.

[http://voidptr.io/dev/flappy-boy/](http://voidptr.io/dev/flappy-boy/)

![Header](http://voidptr.io/dev/flappy-boy/flappy-boy3.gif)