Matteo Benedetto enne2
enne2 pushed to master at enne2/gameboy-hello 2026-06-18 11:20:53 +00:00
1f38df4646 feat: updated victory screen to use rat skeleton trophy
enne2 pushed to master at enne2/gameboy-hello 2026-06-18 11:17:58 +00:00
6648551e88 fix: victory background was incorrectly pointing to rat_bg image
enne2 pushed to master at enne2/gameboy-hello 2026-06-18 11:13:49 +00:00
c741944c68 feat: add victory screen and 1-rat panic spawn mechanic
enne2 pushed to master at enne2/gameboy-hello 2026-06-18 11:01:16 +00:00
0265208638 feat: add playtime timer in the bottom right corner
enne2 pushed to master at enne2/gameboy-hello 2026-06-18 10:55:09 +00:00
enne2 pushed to master at enne2/gameboy-hello 2026-06-18 10:42:28 +00:00
5929dfdeec feat: add playtime timer in the bottom right corner
enne2 pushed to master at enne2/gameboy-hello 2026-06-18 10:38:56 +00:00
8e76b3842a feat: add cheerful music loop to the title screen
enne2 pushed to master at enne2/gameboy-hello 2026-06-18 10:35:11 +00:00
1bef1cd60c feat: restart game from game over screen using START button
enne2 pushed to master at enne2/gameboy-hello 2026-06-18 10:32:59 +00:00
eadb00d80e docs: add note about DAS (Delayed Auto Shift) implementation
enne2 pushed to master at enne2/gameboy-hello 2026-06-18 10:31:18 +00:00
c5bfe40d5d feat: implement DAS (Delayed Auto Shift) auto-repeat for cursor movement
enne2 pushed to master at enne2/gameboy-hello 2026-06-18 10:29:01 +00:00
b14335600d fix: restrict cursor movement to avoid selecting the outer maze border
enne2 pushed to master at enne2/gameboy-hello 2026-06-18 10:25:50 +00:00
bb7b56118e fix: immediately draw newborn rats during their spawn stun
fafb95d03c revert: rollback buggy update_rats refactor
Compare 2 commits »
enne2 pushed to master at enne2/gameboy-hello 2026-06-18 10:23:08 +00:00
8bd57f4748 fix: immediately render newborn rats while they are frozen
enne2 pushed to master at enne2/gameboy-hello 2026-06-18 10:19:26 +00:00
c7f3c996e8 fix: newborn rats are now stunned for 1 second to avoid overlapping with parents
enne2 pushed to master at enne2/gameboy-hello 2026-06-18 10:16:35 +00:00
5f3d7faf49 fix: solid white background for pause sprites, stop music and play sound on pause
enne2 pushed to master at enne2/gameboy-hello 2026-06-18 10:13:24 +00:00
6282cf43e8 fix: use sprites instead of window layer for PAUSE dialog
enne2 pushed to master at enne2/gameboy-hello 2026-06-18 10:09:58 +00:00
a3e7a1579f feat: implement game pause via START button and Window layer dialog
enne2 pushed to master at enne2/gameboy-hello 2026-06-18 10:06:53 +00:00
10b552c8a5 chore: add intermediate tile visualization scripts
enne2 pushed to master at enne2/gameboy-hello 2026-06-18 09:23:00 +00:00
5d80f598f1 feat: procedural bushy vegetation autotiles
enne2 pushed to master at enne2/gameboy-hello 2026-06-18 09:20:50 +00:00
e91bb58237 feat: rip true tiles from AI mockup