https://github.com/aljones15/clojure-conway
Conway's game of life in Quil
https://github.com/aljones15/clojure-conway
cellular-automata clojure concurrency leiningen
Last synced: 8 months ago
JSON representation
Conway's game of life in Quil
- Host: GitHub
- URL: https://github.com/aljones15/clojure-conway
- Owner: aljones15
- License: epl-1.0
- Created: 2017-06-06T13:58:57.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-07-17T13:54:04.000Z (about 8 years ago)
- Last Synced: 2025-01-03T10:12:30.714Z (9 months ago)
- Topics: cellular-automata, clojure, concurrency, leiningen
- Language: Clojure
- Size: 11.7 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# hello-quil
A Quil sketch designed to ... well, that part is up to you.
## 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 'hello-quil.core)`.
## License
Copyright © 2016 FIXME
Distributed under the Eclipse Public License either version 1.0 or (at
your option) any later version.
# clojure-conway