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

https://github.com/zerdicorp/maze_path_finder


https://github.com/zerdicorp/maze_path_finder

algorithm generation maze path-finder procedural

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

          

# Maze Path Finder

screenshot

## Launch guide

```console
$ git clone https://github.com/ZERDICORP/maze_path_finder.git
$ cd maze_path_finder
$ ./run
```

## Dependencies
```
$ g++ --version
g++ (GCC) 12.2.0
```
```
$ wget --version
GNU Wget 1.21.3 built on linux-gnu.
```
```
$ tar --version
tar (GNU tar) 1.34
```