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
- Host: GitHub
- URL: https://github.com/stackbuilders/conway-cljs
- Owner: stackbuilders
- Created: 2013-01-23T23:02:45.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2013-02-05T20:36:34.000Z (almost 13 years ago)
- Last Synced: 2025-01-23T04:32:47.718Z (about 1 year ago)
- Language: JavaScript
- Size: 328 KB
- Stars: 1
- Watchers: 7
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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.