
SingleAnt
---------

SingleAnt is just a basic ant prog. It is included as an example that 
should be very easy to read.

#define s 10

This defines the size of the squares. If you change this you should also 
change halfs to half the size of the square. Why didn't I just have s/2 in 
the code I hear you ask? Well it makes the code look a bit simpler IMHO and 
possible speeds it up by a very small amount as it doesn't have to do the 
division each time.

To quit press "q" small q.


MultiAnt
--------

This is allows you to have more than one ant. Just enter the number of ants 
you want then the coordinates when asked. This heading should be entered as
described in the article. 

0= Up    North
1= Right East
3= Down  South
4= Left  West

The maximum number of ants you can have is in the define maxant. This is set
 at 1024 to start with and I don't think anybody will want more.

The defines scrx and scry define the width in ant squares on the screen you
may need to change this when changing the mode.

s and halfs are as in single ant.
gen stores the generation number but this is not used in the program ATM.

Press "q" small q to quit.


BAS-ANT
-------

This is just a simple basic program to show you how it works. Somebody please
do a better one this one uses a goto!!!!!

Escape to quit.


Colourful
---------

This is just a bit of fun press "q" small q to quit.

It just uses the first 30 colours as black and the next 30 as white.
It loops through the numbers so you can see how many times each cell has been
flipped.



Well I hoped you liked the article mail me if you did (or didn't) my address
in the the ReadMe file.

Bye,

Nava Whiteford
