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)
