Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 830 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 830 Bytes

Game of Life

build

Simple implementation of Conway's "Game of Life" using wails.io

The user interface is quite simple

User Interface Light User Interface Dark

There're 3 buttons and a canvas the prints the nth generation of the cells.

  • Start/Stop Button: starts/stops the simulation (the text changes according to the status)
  • Next Button: move the simulation forward of one generation (available only with simulation stopped)
  • Reset: Reset the simulation to a random initial state (available only with simulation stopped)

Development

If you want to build the code your self you have to

  • Install Go (1.21+)
  • Install Wails
  • Run wails dev and have fun