Conway's Game of Life is a Turing Complete formula driven simulation depicting an ecosystem composed of a single organism. You can find a more lengthy description in my capture of the "Rules and Info" page of the emulator below or at the wikipedia page on Conway's Game of Life here. In this project I created an emulator of Conway's Game of Life using C++.
N/A
Solo Project
Basic Features:
1. Simulation run
2. input capabilities
3. main menu
My primary goal with the feature set was to give users complete freedom to observe the progression of different machines within Conway's game of life.
As such I included the following features:
1. speed up simulation
2. progress by step
3. survival time color coding
4. mid simulation input capabilities
After finishing these features and getting the opportunity to mess around in the simulation a bit I ended up adding additional quality of life for anyone new to CGoL
These included:
1. the "rules and info" section
2. three presets displaying the 3 main types of machines found in CGoL