Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 651 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 651 Bytes

Breakout

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.

Prerequisites

Leiningen

Usage

  • Compile: lein cljsbuild once
  • Run: Open index.html in your browser. Chrome is best.

License

Copyright © 2013 Rupa Shankar