philchapdelaine / game-of-life

Haskell implementation of Conway's Game of Life
GNU General Public License v3.0
0 stars 1 forks source link

GUI - display the main game/state #2

Closed emilyyjia closed 3 years ago

emilyyjia commented 3 years ago

Basically as the title says. display the grid with the alive cells

additonally I think displaying a new state every 1 or 2 seconds makes sense