Using the App

is a single page web app, which means that you can get started by simply clicking this link. You can also see live demos in the Showcase.

Limitations

The embedded versions on this site do not support the CouchDB backend.

stores game data using PouchDB/CouchDB. PouchDB is a client-side database that runs in the browser; CouchDB is the server counterpart that you can use for sharing data across multiple computers. This is useful if you’re trying to run playtests with users online. Neither the deployed version of available here nor the associated game client support the use of CouchDB. (For the technically inclined — the Content Security Policy for my hosting provider does not allow cross-origin resources.) If you need that functionality, you’ll need to install from source on your own server.