Skip to content

jakehoward/life

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Conway's game of life

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published