Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 766 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 766 Bytes

Follow-the-Light : Maze Game

Overview

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.

Features

  • 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!

Inspiration

This game was created as a one-day challenge, drawing inspiration from the symbolism of Hanukkah.