Description: To give you experience in using arrays, pointers, structs, enums, and different I/O streams.
To let you have fun with an application that is extremely captivating.
The simple world program we will write for this project simulates a number of creatures running
around in a simple square world. The world is an m-by-n two-dimensional grid of squares (The
number m represents the height of the grid and the number n represents the width of the grid.).
Each creature lives in one of the squares, faces in one of the major compass directions (north,
east, south, or west) and belongs to a particular species, which determines how that creature
behaves.
To Search:
File list (Check if you may need any files):
simulation.h
simulation.cpp
p4.cpp