This program is an adaptation of https://github.com/mds2/mazegen to run in AppEngine. Currently it should be running at https://maze-maker.appspot.com
TODO : add this.
For the time being, consider adapting the instructions at https://cloud.google.com/appengine/docs/python/gettingstartedpython27/introduction
app.yaml
AppEngine configuration filefrontpage.py
Request handler for landing pageservemaze.py
Request handler for generating and serving mazesMazeGen.py
Maze generator. Taken from https://github.com/mds2/mazegen