File tree Expand file tree Collapse file tree 6 files changed +59
-0
lines changed
Expand file tree Collapse file tree 6 files changed +59
-0
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "title" : " Bit Bang" ,
3+ "slug" : " bit_bang" ,
4+ "developer" : " StudioGuma" ,
5+ "platform" : " GB" ,
6+ "typetag" : " game" ,
7+ "screenshots" : [
8+ " bit_bang_logo.png"
9+ ],
10+ "files" : [
11+ {
12+ "default" : true ,
13+ "filename" : " bit_bang.gb" ,
14+ "playable" : true
15+ }
16+ ],
17+ "license" : " GPL-3.0-or-later" ,
18+ "assetLicense" : " CC-BY-SA-4.0" ,
19+ "description" : " A numbers game" ,
20+ "date" : " 2024-06-09" ,
21+ "tags" : [
22+ " Open Source" ,
23+ " Puzzle"
24+ ],
25+ "repository" : " https://github.com/StudioGuma/bit_bang" ,
26+ "gameWebsite" : " https://studioguma.itch.io/bit-bang" ,
27+ "devWebsite" : " https://studioguma.itch.io" ,
28+ "onlineplay" : true ,
29+ "wip" : false
30+ }
Original file line number Diff line number Diff line change 1+ {
2+ "title" : " Game (Boy) of Life" ,
3+ "slug" : " game_boy_of_life" ,
4+ "developer" : " StudioGuma" ,
5+ "platform" : " GB" ,
6+ "typetag" : " game" ,
7+ "screenshots" : [
8+ " cover_image.png"
9+ ],
10+ "files" : [
11+ {
12+ "default" : true ,
13+ "filename" : " life.gb" ,
14+ "playable" : true
15+ }
16+ ],
17+ "license" : " GPL-3.0-or-later" ,
18+ "assetLicense" : " CC-BY-SA-4.0" ,
19+ "description" : " Port of Conway's Game of Life" ,
20+ "date" : " 2024-02-13" ,
21+ "tags" : [
22+ " Open Source"
23+ ],
24+ "repository" : " https://github.com/StudioGuma/game_boy_of_life" ,
25+ "gameWebsite" : " https://studioguma.itch.io/game-boy-of-life" ,
26+ "devWebsite" : " https://studioguma.itch.io" ,
27+ "onlineplay" : true ,
28+ "wip" : false
29+ }
You can’t perform that action at this time.
0 commit comments