Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lastland/life-clj
A simple implementation of Conway's Game of Life in Clojure.
https://github.com/lastland/life-clj
Last synced: 26 days ago
JSON representation
A simple implementation of Conway's Game of Life in Clojure.
- Host: GitHub
- URL: https://github.com/lastland/life-clj
- Owner: lastland
- Created: 2012-02-23T09:38:08.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-02-23T09:38:48.000Z (over 12 years ago)
- Last Synced: 2023-03-12T03:37:21.980Z (over 1 year ago)
- Language: Clojure
- Homepage:
- Size: 87.9 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
# Life-clj
A simple clojure implemenation of Conway's Game of Life.
## Usage
a. Use the jar file: java -jar Life-clj-0.1.0-ALPHA-standalone.jar
b. Use leiningen and the source code:
1. lein deps
2. lein trampoline run -m Life-clj.core 5000## License
Copyright (C) 2012 Li Yao
Distributed under the Eclipse Public License, the same as Clojure.