/Game-of-Life

Implementation of Game of Life for an University Course

Primary LanguageC++

Game of Life

A Sequential and Parallel Implementation of the 0 player game "Game of life" for the university course Advanced Programming

Input file format

The input file needs to be in the form:
width,height
content as a matix(width, height) of . and x

Arguments

img.png

Runtime

Submission

The submission csv files can be found in the docu folder