Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 1.46 KB

README.md

File metadata and controls

28 lines (17 loc) · 1.46 KB

PHAS0100ASSIGNMENT1

Build Status Build Status

Purpose

This project serves as a starting point for the PHAS0100 2021/22 Assignment 1 Game of Life Simulation coursework. It has a reasonable folder structure for CMake based projects, that use CTest to run unit tests via Catch.

Further information on the specific project is left as an exercise for the student.

Credits

This project is maintained by Dr. Jim Dobson. It is based on CMakeCatch2 that was originally developed as a teaching aid for UCL's "Research Computing with C++" course developed by Dr. James Hetherington and Dr. Matt Clarkson.

Build Instructions

Build and run instructions are left as an excercise for the student. Examples of how to build using cmake were given in lectures and in the other CMake example projects.