Follow-the-Light is a maze generation and visualization game inspired by Hanukkah. The objective is to navigate through the maze from one side to the other using arrow controls. The game also features a timer to track your progress.
-
Maze Generation: The maze is generated using Depth-First Search (DFS) algorithm, providing a unique and challenging layout for each game.
-
Arrow Controls: Use arrow keys to navigate through the maze, and light up the darkness as you guide yourself to the other side.
-
Timer: Challenge yourself by completing the maze as quickly as possible!
This game was created as a one-day challenge, drawing inspiration from the symbolism of Hanukkah.