Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 295 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 295 Bytes

Game of Life

My 8th project from Hyperskill.

This program provides Conway's Game of Life experience with a GUI.

Features:

  • window with graphical representation of the grid (35x35) and the current "universe" state;
  • generation number and alive cells counters;
  • pause and restart buttons.