Skip to content

Commit 3fc8839

Browse files
Add Bung competition Pacman entry
1 parent 26fde6c commit 3fc8839

5 files changed

Lines changed: 30 additions & 0 deletions

File tree

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

0 commit comments

Comments
 (0)