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)
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
- You're able to generate a labyrinth and chose the size by using the Generator. You're also able to visualize the generation
- It is possible to solve the labyrinth by clicking on the button in the "Solve" section
- It is possible to generate an unperfect labyrinth by clicking on the appropriate checkbox
- And of course, it is also possible to solve it