procedural

command module
v0.0.0-...-6d79b67 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 8, 2016 License: MIT Imports: 8 Imported by: 0

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

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
concerns
services

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL