Skip to content

dtackett/sivinolk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sivinolk cljs

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.

Prerequisites

You will need Leiningen 1.7.0 or above installed.

Running

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

License

Copyright © 2014 Devon Tackett

About

An implementation of a game in ClojureScript.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published