diff --git a/entries/arkanoid-clone/arkanoidclonegb2.png b/entries/arkanoid-clone/arkanoidclonegb2.png new file mode 100644 index 00000000..970a07b6 Binary files /dev/null and b/entries/arkanoid-clone/arkanoidclonegb2.png differ diff --git a/entries/arkanoid-clone/game.json b/entries/arkanoid-clone/game.json index db3f6123..891e4d33 100644 --- a/entries/arkanoid-clone/game.json +++ b/entries/arkanoid-clone/game.json @@ -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": [ { @@ -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" -} \ No newline at end of file + "typetag": "game", + "website": "https://www.gamebrew.org/wiki/Arkanoid_Clone_GB" +} diff --git a/entries/guess-the-number-1/game.json b/entries/guess-the-number-1/game.json index 74d065ca..4df3fc40 100644 --- a/entries/guess-the-number-1/game.json +++ b/entries/guess-the-number-1/game.json @@ -1,5 +1,8 @@ { - "description": "", + "alias": [ + "Guess" + ], + "description": "Guess the secret number between 0 and 9.", "developer": "Francis Bernier", "files": [ { @@ -22,5 +25,6 @@ "typetag": "game", "tags": [ "event:bung-2nd-coding-compo" - ] -} \ No newline at end of file + ], + "website": "https://www.gamebrew.org/wiki/Guess_GB" +} diff --git a/entries/pacman/game.json b/entries/pacman/game.json new file mode 100644 index 00000000..bbf2437e --- /dev/null +++ b/entries/pacman/game.json @@ -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" +} diff --git a/entries/pacman/pacman.gbc b/entries/pacman/pacman.gbc new file mode 100644 index 00000000..8bd30841 Binary files /dev/null and b/entries/pacman/pacman.gbc differ diff --git a/entries/pacman/pacman_df.zip b/entries/pacman/pacman_df.zip new file mode 100644 index 00000000..cda934ef Binary files /dev/null and b/entries/pacman/pacman_df.zip differ diff --git a/entries/pacman/pacmangbdar2.png b/entries/pacman/pacmangbdar2.png new file mode 100644 index 00000000..5d3c591f Binary files /dev/null and b/entries/pacman/pacmangbdar2.png differ diff --git a/entries/pacman/pacmangbdar3.png b/entries/pacman/pacmangbdar3.png new file mode 100644 index 00000000..94190fd7 Binary files /dev/null and b/entries/pacman/pacmangbdar3.png differ diff --git a/entries/pong/Pong (Bung) (PD) [C].gbc b/entries/pong/Pong (Bung) (PD) [C].gbc new file mode 100644 index 00000000..d801e3b7 Binary files /dev/null and b/entries/pong/Pong (Bung) (PD) [C].gbc differ diff --git a/entries/pong/game.json b/entries/pong/game.json index c595199c..86062307 100644 --- a/entries/pong/game.json +++ b/entries/pong/game.json @@ -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" -} \ No newline at end of file + "typetag": "game", + "website": "https://www.gamebrew.org/wiki/Pong_GB" +} diff --git a/entries/pong/ponggbc.7z b/entries/pong/ponggbc.7z new file mode 100644 index 00000000..fa5f58ea Binary files /dev/null and b/entries/pong/ponggbc.7z differ diff --git a/entries/pong/ponggbc.png b/entries/pong/ponggbc.png new file mode 100644 index 00000000..5f103189 Binary files /dev/null and b/entries/pong/ponggbc.png differ diff --git a/entries/pong/ponggbc2.png b/entries/pong/ponggbc2.png new file mode 100644 index 00000000..c1b0d387 Binary files /dev/null and b/entries/pong/ponggbc2.png differ