Skip to content

Manuel9550/Life

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Life

A simple implementation of Conway's game of life. Made using Ebiten, a 2D game library for Go

Features

  • Click and drag to create "Live" cells. Clicking on dead cells turns them into live cells, and vice-versa
  • Allows users to pause the simulation, or increase/decrease the intervals in between calculating the new states

How to use

Clone this repository. Navigate to the /cmd/ folder and go run main.go

About

Conway's game of life

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages