Skip to content

Commit

Permalink
Update docs, add images and online emulator link
Browse files Browse the repository at this point in the history
  • Loading branch information
pashutk committed May 18, 2017
1 parent 787115a commit 0e7a227
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,16 @@
# Flappybird-gameboy
Flappybird-like game for Nintendo Gameboy (Gameboy Original or Gameboy Color).

## Demo images
[![](https://github.com/pashutk/flappybird-gameboy/raw/master/launchscreen.png)](https://github.com/pashutk/flappybird-gameboy/raw/master/launchscreen.png)
[![](https://github.com/pashutk/flappybird-gameboy/raw/master/game.png)](https://github.com/pashutk/flappybird-gameboy/raw/master/game.png)
[![](https://github.com/pashutk/flappybird-gameboy/raw/master/launchscreen.gif)](https://github.com/pashutk/flappybird-gameboy/raw/master/launchscreen.png)
[![](https://github.com/pashutk/flappybird-gameboy/raw/master/game.gif)](https://github.com/pashutk/flappybird-gameboy/raw/master/game.png)

## Build ROM
To build Gameboy .gb ROM file use [GBDK library](http://gbdk.sourceforge.net/)
Clone project to `gbdk` folder and then compile code to ROM with command:
`PATH_TO_GBDK/bin/lcc -o game.gb game.c`

## Play online
You can use [this online emulator](https://github.com/taisel/GameBoy-Online) to launch rom in browser
Binary file added game.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added game.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added launchscreen.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added launchscreen.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 0e7a227

Please sign in to comment.