/Game-Of-Life

A C++ implementation of the famous Conway's "Game of Life".

Primary LanguageC++

=========================================================
|                CONWAY's GAME OF LIFE                  |
=========================================================

Written by Koushtav Chakrabarty a.k.a. The Illusionist Mirage    
                                                                     
A C++ implementation of the famous Conay's Game of Life
(http://en.wikipedia.org/wiki/Conway's_Game_of_Life).
Special thanks to texus(http://github.com/texus) as usual
for his infinite patience.
 
To compile the terminal version (without graphics), just compile as it
is. Or if you want graphics, then add the preprocessor definition 
RENDERER_SFML and you can compile the graphical version if you have
SFML installed on your machine.

Feel free to use this wherever you want.