Skip to content

aasritha-24/MazeGame-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Maze Solver

Maze Solver is a C++ program that demonstrates maze generation using DFS and provides a maze-solving interface where users can navigate from the start ('@') to the end ('E') of the maze by entering directional commands ('D', 'L', 'R', 'U').

Features

  • Maze generation using Depth-First Search (DFS)
  • Interactive maze-solving interface.
  • Randomized path generation for each run.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages