←
Slides
/
Live Output
Day 1
Day 2
Day 3
Day 4
Day 4 — Polish & Make It Yours
</> View code
What to test
1
You have 3 lives — die and respawn
2
Clear all pellets — level counter goes up
3
Each level the ghosts speed up
4
HUD shows score, level, and lives
5
Press R to restart
New concepts
Deep copy array: ORIGINAL_MAZE.map(row => [...row])
Multiple game states: gameOver, won
Lives system with respawn
Level counter — speed increases each level
HUD with score, level, and life icons