Blink Maze is a browser-based puzzle game where the maze walls vanish and reappear (blinking), forcing players to rely on memory and quick thinking. I built it with HTML5 Canvas and vanilla JavaScript, using a recursive backtracking algorithm to generate each maze and a timed “blink cycle” to hide and reveal the walls. It features multiple levels, Glowfruit power-ups, and progressive difficulty.
Blink Maze is a browser-based puzzle game where the maze walls vanish and reappear (blinking), forcing players to rely on memory and quick thinking. I built it with HTML5 Canvas and vanilla JavaScript, using a recursive backtracking algorithm to generate each maze and a timed “blink cycle” to hide and reveal the walls. It features multiple levels, Glowfruit power-ups, and progressive difficulty.