- Application/game algorithm is defined - go to algorithm;
- Create Console application – none special UI;
- Simple navigation menu expected for select size of field;
- Game field needs to be updated by iteration each second;
- Add information to represent count of iteration and count of live cells;
- Add possibility to save information to file and restore it on application start;
- Possibility to stop application in any moment;
- Possibility to execute 1000 games in parallel;
- Possibility to show selected 8 games on screen;
- Possibility to change what exact games will be iterating on screen;
- Possibility to save all games at once;
- Present real- time statistic how many live games and how many live cells we have in total;
- Unit tests;