Obstacle Maze | Demo
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:1234 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
Builds the app for production to the dist
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Launches the test runner in the interactive watch mode.
- Hold and draw for walls, gravel and clear
- Undo / Redo history traveling
- Save / Load from file
- Custom size of a maze
- Solver is looking for the most "straight" shortest path (with less turns)
- Hotkeys
- Press "4" key 4 times
- Uniq handmade icons design
Go to maze generator and follow steps:
- Set width
- Set height
- Choose "USE THIS CHARACTER FOR WALLS" and set
#
- Choose "USE THIS CHARACTER FOR PATHS" and set
.
- Choose "SINGLE CHARARACTER (MORE RECTANGULAR)"
- Generate
- Copy the generated maze and save it into a
.txt
file
Note: Check out the samples
folder to get generated mazes.