Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 1.11 KB

README.md

File metadata and controls

39 lines (27 loc) · 1.11 KB

Game of life

This is Game of life implemented in Clojure, using the Polylith architecture, and rendered by Quil.

The program simply animates a glider:

glider.png

Prerequisites

Clone + start

$ git clone [email protected]:tengstrand/game-of-life.git
$ cd game-of-life
$ clojure -M:quil

The poly tool

If you want to experiment with the poly tool, start a poly shell:

$ clojure -M:poly

poly shell

And then type info :loc:

poly shell

As you can see, the number of lines of code is 170 + 160 lines of test code.

The poly tool documentation can be found here. The list of available commands can be shown by typing help from the poly shell.