Skip to content

wrthmn/Hyperskill-Game-of-Life

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

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.