https://github.com/eggsyntax/conway_life
Conway's Life, implemented in Clojure (mostly as a Clojure learning exercise for me)
https://github.com/eggsyntax/conway_life
Last synced: 10 months ago
JSON representation
Conway's Life, implemented in Clojure (mostly as a Clojure learning exercise for me)
- Host: GitHub
- URL: https://github.com/eggsyntax/conway_life
- Owner: eggsyntax
- License: epl-1.0
- Created: 2014-12-14T16:46:38.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-12-15T01:59:48.000Z (about 11 years ago)
- Last Synced: 2025-03-24T05:46:42.540Z (11 months ago)
- Language: Clojure
- Size: 129 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# conway-life
A Quil sketch which implements Conway's Game of Life
## Usage
LightTable - open `core.clj` and press `Ctrl+Shift+Enter` to evaluate the file.
Emacs - run cider, open `core.clj` and press `C-c C-k` to evaluate the file.
REPL - run `(require 'conway-life.core)`.
## License
Distributed under the Eclipse Public License version 1.0