Skip to content

Commit cd7b779

Browse files
committed
Add Snake (by Sanky)
1 parent 0c0abe2 commit cd7b779

File tree

4 files changed

+13
-1
lines changed

4 files changed

+13
-1
lines changed

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"]
1+
[ "ucity", "tuff", "2048gb", "adjustris", "tobutobugirl", "plantboy", "exeman", "geometrix", "sheepitup", "airaki", "snake","ropeandbombs", "superconnard","lumberjack","carazu","snake-gb", "lazerpong","snake-sanky"]

snake-sanky/game.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"title": "Snake",
3+
"slug": "snake-sanky",
4+
"developer": "Sanky",
5+
"platform": "GB",
6+
"typetag": "game",
7+
"tags": [ "Open Source" ],
8+
"screenshots" : [ "screenshot.bmp" ],
9+
"rom" : "snake.gbc",
10+
"date": "2013-08-28",
11+
"repository" : "https://bitbucket.org/Sanqui/snake/src/?at=master"
12+
}

snake-sanky/screenshot.bmp

67.6 KB
Binary file not shown.

snake-sanky/snake.gbc

32 KB
Binary file not shown.

0 commit comments

Comments
 (0)