A Clojure library designed to implement Conway's Game of Life.
To run the Game of Life simulation, follow these steps:
- Clone the repository:
git clone https://github.com/theonlysinjin/gameoflife.git
cd gameoflife- Run the simulation:
clj -M:mainThis will start the simulation and print the grid to the console every 5 seconds.