About

Role playing game using html5 canvas and javascript as a home page.

Initially checked out Pixi.js and Kaboom.js but in the end opted for a handwritten code.

Build

brew install fish safe-rm entr
virtualenv env
pip install -r requirement.txt
ls source/*.cog | entr -r fish wheel.sh --dev

The generated index.html files are in the current directory. Edit source/code.cog

Read docs

Keep a browser tab open to browse the code

open build/html/index.html

License

CC-BY-NC