Commit Graph
18 Commits
Author SHA1 Message Date
enne2 4345f0e755 feat: integrate new title screen into game loop and remove test rom 2026-06-17 23:44:15 +02:00
enne2 41f8bf0f2d chore: rename game to MICE! MAZE in title screen and readme 2026-06-17 23:42:12 +02:00
enne2 11b59ff2a0 fix: align title text strictly to 8x8 tile grid to save VRAM and fix graphical glitches 2026-06-17 23:39:19 +02:00
enne2 a25a9eb638 feat: design new title screen with cartoon rat and bomb, translate text to english 2026-06-17 23:36:27 +02:00
enne2 8ec3a7383a fix: protect text tiles from being deduplicated in background generator 2026-06-17 23:23:02 +02:00
enne2 002d54af0e feat: convert AI rat boss to full screen GB background for Game Over 2026-06-17 23:18:59 +02:00
enne2 953534893c feat: implement 20 second multi-channel funeral march for game over 2026-06-17 23:13:48 +02:00
enne2 d552e4b7d8 feat: design 40x32 pixel art rat sprite for Game Over screen and invert palette 2026-06-17 23:10:01 +02:00
enne2 acc7bc9f96 fix: redesign game over screen with properly centered creepy ascii rat 2026-06-17 23:05:41 +02:00
enne2 988fceef65 feat: make game over screen creepy with custom music and new ascii rat 2026-06-17 23:00:28 +02:00
enne2 f34d3824fc feat: add Game Over screen when 10 rats are spawned 2026-06-17 22:56:47 +02:00
enne2 0724abbacf tweak: lower MAX_RATS to 12 for better stable performance 2026-06-17 22:53:43 +02:00
enne2 bf442f5a9b perf: implement O(N) spatial hash grid for collision detection 2026-06-17 22:51:38 +02:00
enne2 800e5d9aab docs: add hardware optimization explanations to README 2026-06-17 22:43:50 +02:00
enne2 b4d4b365db fix: Synchronize rat reproduction pause with global tile movement grid to prevent desync 2026-06-17 22:26:22 +02:00
enne2 ac7f2c3fcc feat: Add randomized hedge tiles for visual variety 2026-06-17 22:10:27 +02:00
enne2 4f9e237698 feat: Add rat AI, 4-channel tracker, interactive cursor, and test suite updates 2026-06-17 21:39:20 +02:00
Matteo Benedetto 08218f3cda Initial commit: Game Boy Hello World with GBDK-2020, PyBoy test, and AGENTS.md 2026-06-17 15:27:31 +02:00