Skip to content

rbarou/mazeanator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mazeanator

A simple maze generator and solver

To run the server

1. Open a terminal window in the project directory.
2. Move into the maze-back repository
3. Run the `npm i`command
4. run the `npm run start` command (or use the dockerfile)

To run the client

1. Open a terminal window in the project directory.
2. Move into the maze-front repository
3. Run the `npm i`command
4. run the `npm run start` command (or use the dockerfile)
5. Then, use your favorite internet browser and go to localhost:3001

Features

  1. You're able to generate a labyrinth and chose the size by using the Generator. You're also able to visualize the generation image
  2. It is possible to solve the labyrinth by clicking on the button in the "Solve" section alt text
  3. It is possible to generate an unperfect labyrinth by clicking on the appropriate checkbox alt text
  4. And of course, it is also possible to solve it image