Conway's Game Of Life in Common Lisp.
Switch branches/tags
Nothing to show
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
LICENSE
README.md
gllife.asd
gllife.lisp
package.lisp

README.md

This is a simple version of Conway's Game Of Life written in Common Lisp, using OpenGL and SDL.

Here is a sample usage and screenshot:

* (ql:quickload 'gllife)
To load "gllife":
  Load 1 ASDF system:
    gllife
; Loading "gllife"

(GLLIFE)
* (gllife:start-life :board-width 200 :board-height 200)

Screenshot