Demon.zip

=====================================================
	Demon

		Joe Charlier
		Aepryus Software
		http://www.Aepryus.com/
		JoeC@Aepryus.com

		Created:	July 1991
		Packaged:	06/24/1998

=====================================================
	Demon.exe	executable file
	egavga.bgi	Borland bgi driver file
=====================================================

Purpose:
To view the demon cellular automa.

Instructions:
	1. Run program
	2. Type 'Q' to quit

Notes:
This is a fairly simple cellular automa algorithm I got out of the back
of a Scientific American.

A 100 by 100 grid is randomly divided between 12 different colors.
Each color is given a rank 1 through 12.  A pixel of rank n will capture
any of the four pixels directly adjacent to it equal to n-1.  A pixel
that captures and adjacent pixel changes the captured pixel to its color.

The two numbers on the left side of the screen represents the number of
time steps and the number of pixels that were captured in the last time
step.  In a 100 by 100 grid there are 10,000 pixels.  When all 10,000
pixels are being captured every turn the system is in a steady state.
