Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 573 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 573 Bytes

Conway's game of life in clojurescript

Running the App

Set up and start the server like this:

$ lein deps
$ lein cljsbuild once
$ lein ring server-headless 3000

Now, point your web browser at http://localhost:3000, and see the web app in action!

Live

Check it out live here

Authors

Sander Hartlage - Sebastian Sogamoso - Justin Leitgeb

License

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