
Game of life
------------

Rules:
+ A cell is brought to life if it has three neighbours.
+ A cell stays alive if it has two or three neighbours.
+ In any other case a cell always dies.

Usage:
./life [width height [grid]]

Controls:
Use the mouse to draw patterns.
Space - Pause/unpause
0-9   - Set speed
C     - Clear screen
F     - Toggle fullscreen

Build:
Should work out of the box in both windows and linux, just unzip and make.

Everything is GPL.
Please send me patches if you improve anything.

Jesper Strandberg <skywarper@hotbrev.com>
2003/04/13

