Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 576 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 576 Bytes

Game_of_life 1.1 <release date : 30 dec 2015>

Simple Conways Game of life simulator in c++. Input is hardcoded in source code, so it can be edited from there. Feel free to fork and make ur own changes. Will be grateful for any kind of suggestions be it my code or logic.

Previous Versions : v1.0

Recent Changes :

1. Updated directory structure, more organized now with /src for source.

TO DO

1. Add input from text file support for initiale cell structure.
2. Add src and other directories. done