An open API service indexing awesome lists of open source software.

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

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

![](doc/maze-image.png)

## Setup

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