Conway's Game of Life Simulation
This is a simple project simulating Conway's Game of Life, created for the purpose of learning the Go programming language. The project contains an application written in Go, which implements the rules of the Game of Life, along with short unit tests.
Check other branches for pre-made patterns
Dependencies
The project uses the Ebiten library for graphics handling in games.
Installation
To run the project, you need to have Go installed, as well as the Ebiten library. You can install Ebiten using the following command:
go mod download
Usage
Create your own life using mouse and when you are done hit enter on your keyboard.
How does it look like
Here's a gif of the application in action:
