Skip to content

evgenii-komornyi/GameOfLife

Repository files navigation

GameOfLife

GameOfLife

Iteration 1 Requirements:

  • 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;

Iteration 2 Requirements:

  • 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;

Iteration 3 Requirements:

  • 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;

Tests:

  • Unit tests;

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages