Skip to content

bhauman/dotsters

Repository files navigation

dots

A game implemented in ClojureScript using the Core.async library.

See the blog post explaining the game

Play the game

Building and Running Locally

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

License

Copyright © 2013

Distributed under the Eclipse Public License, the same as Clojure.

About

A game implemented in ClojureScript with the core.async library.

Resources

Stars

Watchers

Forks

Packages

No packages published