Skip to content

theonlysinjin/gameoflife

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Conway's Game of Life

A Clojure library designed to implement Conway's Game of Life.

Usage

To run the Game of Life simulation, follow these steps:

  1. Clone the repository:
git clone https://github.com/theonlysinjin/gameoflife.git
cd gameoflife
  1. Run the simulation:
clj -M:main

This will start the simulation and print the grid to the console every 5 seconds.

About

An attempt at Conway's Game of Life in Clojure

Resources

Stars

Watchers

Forks