An open API service indexing awesome lists of open source software.

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

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
```