Skip to content

GunarajKhatri/Maze-Generator-Solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Maze Generator & Solver

This generates solvable maze everytime with different start and end points.It also solved the generated maze by finding paths from the start to end points.

Installation and running locally on [linux-system]

Requirements:

1.cmake

sudo apt-get install cmake

2.SFML library

sudo apt-get install libsfml-dev

now follow these steps serially on your CLI for running this project on your system:

  git clone https://github.com/GunarajKhatri/Maze-Generator-Solver.git
  cd Maze-Generator-Solver
  mkdir build 
  cd build 
  cmake ..
  cmake --build .
  ./maze 

And you are good to go !!

Contributing

Contributions are always welcome!

About

4th Sem DSA project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published