Raavgo / Game-of-Life

Implementation of Game of Life for an University Course

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Implementation of Game of Life for an University Course


Languages

Language:C++ 97.2%Language:CMake 2.8%