Skip to content

luontola/clojure-game-of-life

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Conway's Game of Life in Clojure

Small example application.

Requirements

Useful commands

Run tests when files are changed

lein kaocha --watch

Start a REPL

lein repl

Build an uberjar for distribution

lein uberjar

Upgrade dependencies

lein ancient upgrade :all :check-clojure :no-tests

About

Conway's Game of Life, including RLE file import and export

Topics

Resources

License

Stars

Watchers

Forks