Skip to content

Commit 250f88d

Browse files
Add Bung competition Pacman entry
1 parent 26fde6c commit 250f88d

11 files changed

Lines changed: 56 additions & 7 deletions

File tree

entries/guess-the-number-1/game.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
{
2-
"description": "",
2+
"alias": [
3+
"Guess"
4+
],
5+
"description": "Guess the secret number between 0 and 9.",
36
"developer": "Francis Bernier",
47
"files": [
58
{
@@ -22,5 +25,6 @@
2225
"typetag": "game",
2326
"tags": [
2427
"event:bung-2nd-coding-compo"
25-
]
26-
}
28+
],
29+
"website": "https://www.gamebrew.org/wiki/Guess_GB"
30+
}

entries/pacman/game.json

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
{
2+
"date": "1999-12-12",
3+
"description": "Pacman remake for the Game Boy Color. Avoid the ghosts and eat the dots inside the maze.",
4+
"developer": "Dark Fader",
5+
"files": [
6+
{
7+
"description": "release and source archive",
8+
"filename": "pacman_df.zip"
9+
},
10+
{
11+
"default": true,
12+
"filename": "pacman.gbc",
13+
"playable": true
14+
}
15+
],
16+
"platform": "GBC",
17+
"repository": "https://www.darkfader.net/gbc/",
18+
"rom": "pacman.gbc",
19+
"screenshots": [
20+
"pacmangbdar2.png",
21+
"pacmangbdar3.png"
22+
],
23+
"slug": "pacman",
24+
"tags": [
25+
"event:bung-2nd-coding-compo"
26+
],
27+
"title": "Pacman",
28+
"typetag": "game",
29+
"website": "https://www.gamebrew.org/wiki/Pacman_GB"
30+
}

entries/pacman/pacman.gbc

32 KB
Binary file not shown.

entries/pacman/pacman_df.zip

20.4 KB
Binary file not shown.

entries/pacman/pacmangbdar2.png

4.14 KB
Loading

entries/pacman/pacmangbdar3.png

4.23 KB
Loading
64 KB
Binary file not shown.

entries/pong/game.json

Lines changed: 19 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,38 @@
11
{
2-
"description": "",
2+
"date": "1998-11-27",
3+
"description": "A basic Pong clone made for Bung Enterprises' 2nd Game Boy Coding Competition.",
34
"developer": "Jason",
45
"files": [
56
{
67
"description": "release",
78
"filename": "Pong__(Gameboy).zip"
89
},
10+
{
11+
"description": "GameBrew archive containing the old and Bung competition versions",
12+
"filename": "ponggbc.7z"
13+
},
914
{
1015
"default": true,
1116
"filename": "Pong.gb",
1217
"playable": true
18+
},
19+
{
20+
"filename": "Pong (Bung) (PD) [C].gbc",
21+
"playable": true
1322
}
1423
],
1524
"platform": "GB",
1625
"rom": "Pong.gb",
1726
"screenshots": [
18-
"20110402_pong.png"
27+
"20110402_pong.png",
28+
"ponggbc.png",
29+
"ponggbc2.png"
1930
],
2031
"slug": "pong",
32+
"tags": [
33+
"event:bung-2nd-coding-compo"
34+
],
2135
"title": "Pong",
22-
"typetag": "game"
23-
}
36+
"typetag": "game",
37+
"website": "https://www.gamebrew.org/wiki/Pong_GB"
38+
}

entries/pong/ponggbc.7z

11.3 KB
Binary file not shown.

entries/pong/ponggbc.png

1.55 KB
Loading

0 commit comments

Comments
 (0)