https://github.com/stefanwille/gameoflife-clojure
Game of Life in Clojure
https://github.com/stefanwille/gameoflife-clojure
clojure game-of-life
Last synced: 5 months ago
JSON representation
Game of Life in Clojure
- Host: GitHub
- URL: https://github.com/stefanwille/gameoflife-clojure
- Owner: stefanwille
- License: epl-2.0
- Created: 2019-07-13T07:44:05.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-07-13T08:12:08.000Z (over 6 years ago)
- Last Synced: 2025-03-30T19:12:32.611Z (10 months ago)
- Topics: clojure, game-of-life
- Language: Clojure
- Homepage: https://en.wikipedia.org/wiki/Conway%27s_Game_of_Life
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Game of Life
Game of Life in Clojure.
All code is in `test/gameoflife/core_test.clj`.
## Usage
Run via
```bash
$ lein test
```
or
```bash
$ lein auto test
```