/gol

Conway's Game of Life, with some wind back/forward capacity.

Primary LanguageCommon LispMIT LicenseMIT

Conway's Game of Life

This is a Lisp implementation of Conway's Game of Life. It's using cl-blt for the display atm, so you will want to install that first. Then clone this repository and soft-link it in your quicklisp/local-projects directory. Then(ql:quickload :gol), (in-package :gol) and (game-of-life *gosper*). The keys are ESC to quit, Space to pause, j to wind back and k to wind forward. The windback buffer holds 100 frames.

gol-2023-06-19_19.24.58.mp4