This is a work in progress. Any feedback and comments would be greatly appreciated. I would not recommend anyone to use this softare for much of anything a this point.
This is an experiment in using Pixi.js and ClojureScript to create a Component Entity System based game.
You will need Leiningen 1.7.0 or above installed.
There are two build profiles. One for development which contains tests and one for production which omits the tests.
To compile the clojurescript run:
lein cljsbuild once [profile]
To setup auto complication run:
lein cljsbuild auto [profile]
If the dev profile is uses then the tests will be re-run after each build.
To start a web server for the application, run:
lein ring server-headless
Copyright © 2014 Devon Tackett