This is an attempt to write an adventure game in ClojureScript.
Run the command
./scripts/brepl
and then navigate your web browser to localhost:9000. The arrow keys move. Note that no actual gameplay is implemented at this point.
The src-model directory contains all of the UI-independent code. This code can be tested.
The src directory contains all of the UI (browser-based) code.
Make sure that phantomjs is installed.
Run ./runtests.sh to run the tests.
Tincan, license is in LICENSE-tincan.txt.
perlin, license is in LICENSE-perlin.txt.
Testing support is copied shamelessly from basic setup for cljs.test, code is at https://gitlab.com/keeds/cljsinit.