Programming Challenge 1:
Conway's "Game of Life."

On Tuesday, January 11 we reviewed the source code for Conway's "Game of Life," and on Thursday, January 13 we built the application using Borland's C++ Rapid Application Developoment system. The Challenge for Tuesday, January 18 is as follows:

A) Build your own version of the "Game of Life" unique in both appearance and function. Unique in appearance might include changing the layout of the simulation, the colors, the shapes, the labeling, in other words "the look" of the simulation. Unique in function might include changing the size, the rules, the number of states or dimensions of the simulation, or change the initial state, maybe add a button that puts a new "creature" on the screen. Do as much as you are comfortable with, and then go a little further. Everyone will get credit for their efforts but the point is to push yourself and try new things. Try things that you are not sure that you can do. But try them in little steps...

One purpose of this first challenge is to see where everyone is so that I can learn how best to get everyone on track.

B) From any version of the "Game of Life," do an "ethological" or "ethnological" study of the system's behavior. For the purposes of this challenge, take the metaphor of "Life" seriously. What is going on? Inventory and categorize the "species" created. What are the similarities and differences in their frequencies of appearance, their structures and behaviors? Can you propose different "laws" governing the behavior of different classes of "creatures?" How does the system change through time? Can you design some "seeds" that produce interesting results?

What to hand in:

On a floppy: Your .exe file and your six (6) project files.
On paper: A screen shot of your application followed by a listing of your source code.
On paper: Your "ethological" or "ethnographic" study of the GOL system.