Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 317 Bytes

File metadata and controls

24 lines (16 loc) · 317 Bytes

life

Conway's game of life in Clojure.

Usage

Running the code (requires leiningen):

lein run

Running the prebuilt JAR:

java -jar life-standalone.jar

Building and running your own JAR

lein uberjar
java -jar target/uberjar/life-{VERSION}-standalone.jar