Skip to content

Commit d20c5e9

Browse files
committed
Add GBHack — GBC roguelike inspired by NetHack
1 parent 9e5f4cf commit d20c5e9

4 files changed

Lines changed: 23 additions & 0 deletions

File tree

entries/gbhack/cover.png

9.06 KB
Loading

entries/gbhack/game.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"slug": "gbhack",
3+
"title": "GBHack",
4+
"developer": "statico",
5+
"platform": "GBC",
6+
"typetag": "game",
7+
"date": "2026-04-16",
8+
"license": "MIT",
9+
"description": "A roguelike dungeon crawler for the Game Boy Color inspired by NetHack. Descend 15 procedurally generated dungeon levels through permadeath, unidentified items, hunger, pets, shops, and traps to retrieve the Amulet of Yendor. Runs on original GBC hardware. Written in C with GBDK and generated with Claude Code.",
10+
"tags": ["RPG", "Open Source"],
11+
"repository": "https://github.com/statico/gbhack",
12+
"files": [
13+
{
14+
"default": true,
15+
"filename": "gbhack.gbc",
16+
"playable": true
17+
}
18+
],
19+
"screenshots": [
20+
"cover.png",
21+
"screenshot-1.png"
22+
]
23+
}

entries/gbhack/gbhack.gbc

256 KB
Binary file not shown.

entries/gbhack/screenshot-1.png

2.73 KB
Loading

0 commit comments

Comments
 (0)