Skip to content

Commit dc78b72

Browse files
committed
Add Flappy Boy
1 parent c148dfa commit dc78b72

File tree

4 files changed

+15
-1
lines changed

4 files changed

+15
-1
lines changed

flappy-boy/flappyboy.gb

32 KB
Binary file not shown.

flappy-boy/game.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"title": "Flappy Boy",
3+
"slug": "flappy-boy",
4+
"developer": "Felipe Alfonso",
5+
"platform": "GB",
6+
"typetag": "game",
7+
"tags": [ "Open Source", "Action" ],
8+
"screenshots" : [ "screenshot.png" ],
9+
"rom" : "flappyboy.gb",
10+
"date": "2017-01-21",
11+
"repository" : "https://github.com/bitnenfer/flappy-boy-asm",
12+
"gameWebsite" : "http://voidptr.io/blog/2017/01/21/GameBoy.html",
13+
"devWebsite" : "http://voidptr.io/"
14+
}

flappy-boy/screenshot.png

20.2 KB
Loading

gamesList.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
[ "ucity", "tuff", "2048gb", "adjustris", "tobutobugirl", "plantboy", "exeman", "geometrix", "sheepitup", "airaki", "snake","ropeandbombs", "superconnard","lumberjack","carazu","snake-gb", "lazerpong","snake-sanky"]
1+
[ "ucity", "tuff", "2048gb", "adjustris", "tobutobugirl", "plantboy", "exeman", "geometrix", "sheepitup", "airaki", "snake","ropeandbombs", "superconnard","lumberjack","carazu","snake-gb", "lazerpong","snake-sanky","flappy-boy"]

0 commit comments

Comments
 (0)