Skip to content

Latest commit

 

History

History
47 lines (42 loc) · 1.6 KB

README.md

File metadata and controls

47 lines (42 loc) · 1.6 KB

cpsc350-hw2

cpsc350-hw2: C++ Game of Life Assignment

a) Tarek El-Hajjaoui b) Student ID: 1902662 c) Chapman Email: [email protected] d) Course Number & Section: CPSC 350-03 e) Homework Assignment 2

Source Files: main.cpp Cell.h Cell.cpp Grid.h Grid.cpp Doughnut.h Doughnut.cpp Mirror.h Mirror.cpp Game.h Game.cpp FileError.h FileError.cpp 3) N/A

References:

Instructions to run assignment:

  1. Compile with: g++ *.cpp or run make
  2. Run a.out followed by the name of the input file: ./a.out fileName
  3. Follow the instructions of the program that are prompted on the console.