Skip to content

Commit a165bfb

Browse files
Add Bung 2nd Coding Competition Pacman entry (#282)
--------- Co-authored-by: Antonio Vivace <avivace4@gmail.com>
1 parent 4184e9a commit a165bfb

13 files changed

Lines changed: 66 additions & 11 deletions

File tree

1.13 KB
Loading

entries/arkanoid-clone/game.json

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
2-
"description": "",
2+
"date": "1998-11-26",
3+
"description": "A simple Arkanoid clone for the Game Boy, entered in Bung Enterprises' 2nd Game Boy Coding Competition.",
34
"developer": "Unknown",
45
"files": [
56
{
@@ -15,9 +16,14 @@
1516
"platform": "GBC",
1617
"rom": "ArkanoidClone.cgb",
1718
"screenshots": [
18-
"20110402_arkanoid_clone.png"
19+
"20110402_arkanoid_clone.png",
20+
"arkanoidclonegb2.png"
1921
],
2022
"slug": "arkanoid-clone",
23+
"tags": [
24+
"event:bung-2nd-coding-compo"
25+
],
2126
"title": "Arkanoid Clone",
22-
"typetag": "game"
23-
}
27+
"typetag": "game",
28+
"website": "https://web.archive.org/web/20000125144706/http://members.tripod.co.uk/GBCE/gbprogs/gbprogs.htm"
29+
}

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://web.archive.org/web/20010121105700/http://www.bung.com.hk:80/GBCodingCompetition/2ndGBCodingCompetition/2nd_results.htm"
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.darkfader.net/gbc/"
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://web.archive.org/web/20010121105700/http://www.bung.com.hk:80/GBCodingCompetition/2ndGBCodingCompetition/2nd_results.htm"
38+
}

0 commit comments

Comments
 (0)