Skip to content

Commit

Permalink
Add StudioGuma games (#247)
Browse files Browse the repository at this point in the history
  • Loading branch information
StudioGuma authored Aug 3, 2024
1 parent 7803710 commit 9f8a700
Show file tree
Hide file tree
Showing 6 changed files with 59 additions and 0 deletions.
Binary file added entries/bit_bang/bit_bang.gb
Binary file not shown.
Binary file added entries/bit_bang/bit_bang_logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
30 changes: 30 additions & 0 deletions entries/bit_bang/game.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"title": "Bit Bang",
"slug": "bit_bang",
"developer": "StudioGuma",
"platform": "GB",
"typetag": "game",
"screenshots": [
"bit_bang_logo.png"
],
"files": [
{
"default": true,
"filename": "bit_bang.gb",
"playable": true
}
],
"license": "GPL-3.0-or-later",
"assetLicense": "CC-BY-SA-4.0",
"description": "A numbers game",
"date": "2024-06-09",
"tags": [
"Open Source",
"Puzzle"
],
"repository": "https://github.com/StudioGuma/bit_bang",
"gameWebsite": "https://studioguma.itch.io/bit-bang",
"devWebsite": "https://studioguma.itch.io",
"onlineplay": true,
"wip": false
}
Binary file added entries/game_boy_of_life/cover_image.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
29 changes: 29 additions & 0 deletions entries/game_boy_of_life/game.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"title": "Game (Boy) of Life",
"slug": "game_boy_of_life",
"developer": "StudioGuma",
"platform": "GB",
"typetag": "game",
"screenshots": [
"cover_image.png"
],
"files": [
{
"default": true,
"filename": "life.gb",
"playable": true
}
],
"license": "GPL-3.0-or-later",
"assetLicense": "CC-BY-SA-4.0",
"description": "Port of Conway's Game of Life",
"date": "2024-02-13",
"tags": [
"Open Source"
],
"repository": "https://github.com/StudioGuma/game_boy_of_life",
"gameWebsite": "https://studioguma.itch.io/game-boy-of-life",
"devWebsite": "https://studioguma.itch.io",
"onlineplay": true,
"wip": false
}
Binary file added entries/game_boy_of_life/life.gb
Binary file not shown.

0 comments on commit 9f8a700

Please sign in to comment.