[comp.sources.wanted] WANTED ANY KIND OF LIFESOURCE

angelo@gem.stack.urc.tue.nl (Angelo Wentzler) (01/17/91)

For a very long time I could only program in Basic (Boooo..)
Now I'm a big boy and I can program in Pascal too!!

During my basic days I discovered a beautiful little simulation game called
LIFE. It had two simple rules, which I will write below for those that don't
know them.

 1.  Any cell that has less than two or more than three neighbour-cells will die

 2.  Any empty place surrounded by exactly three cells will give birth to a new
     cell.

Of course I made my own LIFE, and another, and another. Now my interest goes to more complex simulations, like moving cells, environmental influences and so on.

If any of you share the same interest and have some (Pascal) source for me I 
would be very grateful for it.