Skip to content

lolooppo/maze_runner_v1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 

Repository files navigation

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

About

console C++ 2d maze game

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages