/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).

Primary LanguageC++

This repository is not active