An open API service indexing awesome lists of open source software.

https://github.com/stackbuilders/conway-cljs

Conway's game of life in clojurescript
https://github.com/stackbuilders/conway-cljs

Last synced: 10 months ago
JSON representation

Conway's game of life in clojurescript

Awesome Lists containing this project

README

          

# 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](http://conway-cljs.herokuapp.com/)

## Authors

[Sander Hartlage](https://github.com/sander6) -
[Sebastian Sogamoso](https://github.com/sebasoga) -
[Justin Leitgeb](https://github.com/jsl)

## License

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