Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added entries/arkanoid-clone/arkanoidclonegb2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 10 additions & 4 deletions entries/arkanoid-clone/game.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"description": "",
"date": "1998-11-26",
"description": "A simple Arkanoid clone for the Game Boy, entered in Bung Enterprises' 2nd Game Boy Coding Competition.",
"developer": "Unknown",
"files": [
{
Expand All @@ -15,9 +16,14 @@
"platform": "GBC",
"rom": "ArkanoidClone.cgb",
"screenshots": [
"20110402_arkanoid_clone.png"
"20110402_arkanoid_clone.png",
"arkanoidclonegb2.png"
],
"slug": "arkanoid-clone",
"tags": [
"event:bung-2nd-coding-compo"
],
"title": "Arkanoid Clone",
"typetag": "game"
}
"typetag": "game",
"website": "https://www.gamebrew.org/wiki/Arkanoid_Clone_GB"
}
10 changes: 7 additions & 3 deletions entries/guess-the-number-1/game.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
{
"description": "",
"alias": [
"Guess"
],
"description": "Guess the secret number between 0 and 9.",
"developer": "Francis Bernier",
"files": [
{
Expand All @@ -22,5 +25,6 @@
"typetag": "game",
"tags": [
"event:bung-2nd-coding-compo"
]
}
],
"website": "https://www.gamebrew.org/wiki/Guess_GB"
}
30 changes: 30 additions & 0 deletions entries/pacman/game.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"date": "1999-12-12",
"description": "Pacman remake for the Game Boy Color. Avoid the ghosts and eat the dots inside the maze.",
"developer": "Dark Fader",
"files": [
{
"description": "release and source archive",
"filename": "pacman_df.zip"
},
{
"default": true,
"filename": "pacman.gbc",
"playable": true
}
],
"platform": "GBC",
"repository": "https://www.darkfader.net/gbc/",
"rom": "pacman.gbc",
"screenshots": [
"pacmangbdar2.png",
"pacmangbdar3.png"
],
"slug": "pacman",
"tags": [
"event:bung-2nd-coding-compo"
],
"title": "Pacman",
"typetag": "game",
"website": "https://www.gamebrew.org/wiki/Pacman_GB"
}
Binary file added entries/pacman/pacman.gbc
Binary file not shown.
Binary file added entries/pacman/pacman_df.zip
Binary file not shown.
Binary file added entries/pacman/pacmangbdar2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added entries/pacman/pacmangbdar3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added entries/pong/Pong (Bung) (PD) [C].gbc
Binary file not shown.
23 changes: 19 additions & 4 deletions entries/pong/game.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,38 @@
{
"description": "",
"date": "1998-11-27",
"description": "A basic Pong clone made for Bung Enterprises' 2nd Game Boy Coding Competition.",
"developer": "Jason",
"files": [
{
"description": "release",
"filename": "Pong__(Gameboy).zip"
},
{
"description": "GameBrew archive containing the old and Bung competition versions",
"filename": "ponggbc.7z"
},
{
"default": true,
"filename": "Pong.gb",
"playable": true
},
{
"filename": "Pong (Bung) (PD) [C].gbc",
"playable": true
}
],
"platform": "GB",
"rom": "Pong.gb",
"screenshots": [
"20110402_pong.png"
"20110402_pong.png",
"ponggbc.png",
"ponggbc2.png"
],
"slug": "pong",
"tags": [
"event:bung-2nd-coding-compo"
],
"title": "Pong",
"typetag": "game"
}
"typetag": "game",
"website": "https://www.gamebrew.org/wiki/Pong_GB"
}
Binary file added entries/pong/ponggbc.7z
Binary file not shown.
Binary file added entries/pong/ponggbc.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added entries/pong/ponggbc2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.