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
- Host: GitHub
- URL: https://github.com/zerdicorp/maze_path_finder
- Owner: ZERDICORP
- Created: 2021-07-25T19:08:00.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-11-03T11:52:45.000Z (almost 3 years ago)
- Last Synced: 2025-04-02T20:48:42.483Z (6 months ago)
- Topics: algorithm, generation, maze, path-finder, procedural
- Language: C++
- Homepage:
- Size: 2.08 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Maze Path Finder
## 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
```