This program is a simulation of the Game of Life. It contains three different modes: Classic, Doughnut, and Mirror.
1.Brynn McGovern
2730579
CPSC 350 Section 1
Assignment 3
2.classicMode.h
classicMode.cpp
doughnutMode.h
doughnutMode.cpp
mirrorMode.h
mirrorMode.cpp
Rules.cpp
Rules.h
main.cpp
- N/A
4.GeekForGeeks for c++ refresher Stack Overflow for tips
5.g++ *.cpp
./assignment3.out