Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 769 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 769 Bytes

maze_runner

This is a simple console maze game which challenges the player to finish the maze within a specified time based on the chosen level.

The game consists of three levels with 3 time limits for each level:

  • Easy 7x7 grid with 30 seconds limit.
  • Medium 15x15 grid with 60 seconds limit.
  • Hard 20x20 grid with 100 seconds limit.

I used Rendomized DFS algorithm to generate the maze.

How to play:

  • Use arrow keys to choose between levels.
  • Start playing by moving the 'S' character using 'w', 's', 'a', 'd' direction keys.
Here are videos:
easy_level.mp4
meduim_level.mp4