Public Domain Game of Life.
Conway's Game of Life (cellular automaton) implemented in C using ASCII graphics. The grid wraps around on both axes. The initial state can be set either randomly or manually.
Released into the public domain under CC0 (see the "LICENSE" file for details).