Skip to content

Commit dff54fb

Browse files
committed
add conways life for game boy
1 parent d279c6d commit dff54fb

File tree

7 files changed

+59
-0
lines changed

7 files changed

+59
-0
lines changed
Loading
Binary file not shown.
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
{
2+
"$schema": "https://raw.githubusercontent.com/gbdev/database/refs/heads/master/schemas/game-schema-d5.json",
3+
"slug": "novasquirrel_conways-life-for-game-boy",
4+
"title": "Conway's Life for Game Boy",
5+
"screenshots": [
6+
"cover.png",
7+
"screenshots/tTtsZz.png",
8+
"screenshots/PPOHY1.png",
9+
"screenshots/6eNAwT.png"
10+
],
11+
"typetag": "game",
12+
"platform": "GB",
13+
"tags": [
14+
"Homebrew",
15+
"Open Source"
16+
],
17+
"files": [
18+
{
19+
"default": true,
20+
"filename": "files/life.gb",
21+
"playable": true
22+
}
23+
],
24+
"developer": "NovaSquirrel",
25+
"date": "2018-05-29T04:00:00",
26+
"website": "https://novasquirrel.itch.io/conways-life-for-game-boy"
27+
}
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
{
2+
"game_id": 1382590,
3+
"title": "Conway's Life for Game Boy",
4+
"url": "https://novasquirrel.itch.io/conways-life-for-game-boy",
5+
"cover_url": "https://img.itch.zone/aW1nLzgwNTMyMzEucG5n/original/IkN8is.png",
6+
"screenshots": [
7+
"https://img.itch.zone/aW1hZ2UvMTM4MjU5MC84MDUzMjUxLnBuZw==/original/tTtsZz.png",
8+
"https://img.itch.zone/aW1hZ2UvMTM4MjU5MC84MDUzMjUzLnBuZw==/original/PPOHY1.png",
9+
"https://img.itch.zone/aW1hZ2UvMTM4MjU5MC84MDUzMjU0LnBuZw==/original/6eNAwT.png"
10+
],
11+
"description": "Fast implementation of Conway's Life",
12+
"released_at": "2018-05-29T04:00:00",
13+
"author": "NovaSquirrel",
14+
"author_url": "https://novasquirrel.itch.io",
15+
"extra": {
16+
"status": "Released",
17+
"tags": {
18+
"Game Boy": "https://itch.io/games/tag-gameboy",
19+
"Game Boy ROM": "https://itch.io/games/tag-gameboy-rom",
20+
"Homebrew": "https://itch.io/games/tag-homebrew",
21+
"Open Source": "https://itch.io/games/tag-open-source"
22+
},
23+
"code_license": {
24+
"zlib License": "https://itch.io/games/code-zlib"
25+
},
26+
"asset_license": {
27+
"Creative Commons Zero v1.0 Universal": "https://itch.io/games/assets-cc0"
28+
}
29+
},
30+
"errors": [],
31+
"external_downloads": []
32+
}
Loading
Loading
Loading

0 commit comments

Comments
 (0)