Skip to content

asifm/game-of-life

 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Clojure 100.0%