CellularAutomata

A cellular automata simulation based on Conway's Game of Life, but with different rules. It is a world with lions and antelope. Both animals are born young and mature into adults. Antelopes can feed on open space around them, or starve. Lions can feed on antelope around them, or starve.
The simulation has a finite area set by the user, and a starting ratio of empty space, to lions, to antelope, also set by the user.

Starting the sim

Start

On starting the simulation the user is presented with the parameter inputs. The user has to set the grid size and starting ratios before the simulation can begin.
The user can optionally also set how long the simulation must run, setting the simulation to run with extra features, and recording the simulation.

Running the sim

Run

The sim starts with the specified ratio of animals randomly generated on the map.

Finishing the sim

Finish

At the end of the sim, or when the user interrupts it, the sim stops and displays the final count of lions and antelope.