Skip to content

mefchristiansen/Conways-Game-of-Life

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Conways Game of Life

See here for a quick write up of the project: https://mefchristiansen.github.io/projects/conways-game-of-life/


Conway's Game of Life written in Go and visualized using Ebiten

I also enabled the user to be able to interact with the board by being able to set the state of a cell and its neighboring cells to alive when left clicking the cell. This allows for some really interesting results.

Installation

go install

Run

go run main.go