Implementation of the game Breakout in ClojureScript.
I built this as a first ClojureScript/core.async project and thus tried a lot of different approaches for the sake of learning.
- Compile:
lein cljsbuild once
- Run: Open
index.html
in your browser. Chrome is best.
Copyright © 2013 Rupa Shankar