Skip to content
This repository has been archived by the owner on Nov 12, 2023. It is now read-only.

Latest commit

 

History

History
13 lines (7 loc) · 607 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 607 Bytes

Archived

This repository is archived -- It was originally created as a fun way to mentor EIC engineers on commit/pull-request best practices, but is no longer being used for this purpose.

Game Of Life

A (very) basic implementation of Conway's Game of Life. Uses https://github.com/fyne-io/fyne for the windowing toolkit and to render images to the screen. Each tick of the simulation updates an in-memory image.RGBA and redraws.

Instructions on installing the dependencies needed to run Fyne on your system can be found here: https://fyne.io/develop/

Screenshot

Screenshot