Skip to content

Commit

Permalink
readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bitnenfer committed Jan 21, 2017
1 parent f5c5eaa commit e52e7cb
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.md
@@ -0,0 +1,17 @@
![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)

0 comments on commit e52e7cb

Please sign in to comment.