/CGOL

An emulation of the Conway's Game of Life with Object Oriented Programming and Data file handling.

Primary LanguageC++

Conway's Game Of Life

This is a 'cellular automaton' and was invented by Cambridge mathematician John Conway. This game became widely known when it was mentioned in an article published by Scientific American in 1970. It consists of a collection of cells which, based on a few mathematical rules, can live, die or multiply. Depending on the initial conditions, the cells form various patterns throughout the course of the game.

The game is written in Turbo C++ (šŸ¤¢).

Contributors:

Sagnik Dey
Rohan Soneja