A game implemented in ClojureScript using the Core.async library.
See the blog post explaining the game
Clone the repo:
git clone https://github.com/bhauman/dotsters
cd dotsters
Build the ClojureScript
lein cljsbuild once
Start a Python web server (on a mac or unix machine)
python -m SimpleHTTPServer 8888
Browse to the locally running instance at http://localhost:8888/resources/public/dots.html
Copyright © 2013
Distributed under the Eclipse Public License, the same as Clojure.