/Hyperskill-Game-of-Life

My 8th project from Hyperskill.

Primary LanguageJava

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.