https://github.com/meshiest/procedural
Procedural generation as a service
https://github.com/meshiest/procedural
Last synced: 11 months ago
JSON representation
Procedural generation as a service
- Host: GitHub
- URL: https://github.com/meshiest/procedural
- Owner: Meshiest
- License: mit
- Created: 2016-08-08T19:03:43.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-08-10T04:59:15.000Z (almost 10 years ago)
- Last Synced: 2024-06-20T15:50:33.350Z (about 2 years ago)
- Language: Go
- Size: 77.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Procedural generation as a service
## Maze
### GET `/maze`
* Returns a short intro message
### GET `/maze/generate/backtrack?w=10&h=10&seed=12345`
* Returns a JSON encoded generated maze
* width and height are capped at 500
### GET `/maze/generate/backtrack/image?w=10&h=10&seed=12345`
* Returns a png image of a generated maze
* width and height are capped at 100