Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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.