Skip to content

bigoh1/maze.cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🐍 maze.cpp

License badge Contributor Covenant Made with love in Ukraine

maze.cpp is a visualiser for generating and solving mazes.

👀 Example

screenshot For more see EXAMPLES.md

👷 Building from source

Requirements

  • cmake
  • Boost.Program_options
  • SFML
# Download the project and move into it.
$ git clone https://github.com/multifrench/maze.cpp.git && cd maze.cpp
# Create build directory.
$ mkdir build && cd build
# Build project.
$ cmake -S .. -B . && make && cd src
# Make it executable
$ chmod +x maze.cpp_run
# Run
$ ./maze.cpp_run --help

Or one-liner

git clone https://github.com/multifrench/maze.cpp.git && cd maze.cpp && mkdir build && cd build && cmake -S .. -B . && make && cd src && chmod +x maze.cpp_run 

📘 Documentation

See documentation

👥 Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

📅 Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

:octocat: Authors

  • multifrench - Initial work - github

See also the list of contributors who participated in this project.

📝 License

This project is licensed under the GNU GPL v.3 license - see the LICENSE file for details.