musadac / Game-of-Life

Implemented Game of Life using C++. My First Ever Project. Game of Life is an infinite, two-dimensional orthogonal grid of square cells, each of which is in one of two possible states, live or dead (or populated and unpopulated, respectively).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This repository is not active

About

Implemented Game of Life using C++. My First Ever Project. Game of Life is an infinite, two-dimensional orthogonal grid of square cells, each of which is in one of two possible states, live or dead (or populated and unpopulated, respectively).


Languages

Language:C++ 100.0%