https://github.com/bbuck/mazes
Simple Maze generator
https://github.com/bbuck/mazes
Last synced: 11 months ago
JSON representation
Simple Maze generator
- Host: GitHub
- URL: https://github.com/bbuck/mazes
- Owner: bbuck
- License: mit
- Created: 2016-03-20T17:50:24.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-03-20T17:55:16.000Z (almost 10 years ago)
- Last Synced: 2024-06-20T03:26:42.929Z (over 1 year ago)
- Language: Go
- Size: 6.84 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Installation & Usage
Maze renderer requires Go to build.
```shell
$ go get github.com/bbuck/mazes
$ mazes -h
```
# Example
Using the program you can generate a maze like this (png format):
```shell
$ mazes --rows 15 --cols 25 --cell-width 20 --cell-height 20
```
