https://github.com/mllimo/maze
Maze resolver and maze maker program
https://github.com/mllimo/maze
Last synced: 4 months ago
JSON representation
Maze resolver and maze maker program
- Host: GitHub
- URL: https://github.com/mllimo/maze
- Owner: mllimo
- Created: 2024-08-07T14:40:18.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-08-29T23:30:37.000Z (almost 2 years ago)
- Last Synced: 2024-12-31T03:27:36.102Z (over 1 year ago)
- Language: C++
- Size: 30.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Maze
Maze is a very simple program designed to solve little mazes created or imported by the user.
The purpose of this project is practise raylib making my custom GUI components.
## Controls
- `W`: Wall
- `R`: Empty cell
- `S`: Start point
- `E`: End point
- `Left click`: Put the element on the grid

## Setup
1. `conan install .`
2. `cmake -DCMAKE_TOOLCHAIN_FILE=${projectDir}//conan_toolchain.cmake`