Skip to content

Paul-Ladyman/game-of-life-clojure

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gol-clojure

Conway's Game of Life implemented in Clojure.

Installation

Install Leiningen (http://leiningen.org/). The easiest way is with Homebrew:

brew install leiningen

Checkout the code:

git clone https://github.com/Paul-Bod/game-of-life-clojure.git game-of-life-clojure

Usage

Use leiningen to run the project and start game of life. The program accepts a command line argument corresponding to one of a series of seed patterns it has available. The arguments available are:

  • oscillators
  • gliders
  • gliders2
  • glidergun
  • bomber

For example (from within the root game-of-life-clojure directory):

lein run glidergun

About

Conway's Game of Life implemented in Clojure

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published