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
1. Updated directory structure, more organized now with /src for source.1. Add input from text file support for initiale cell structure.
2.