Skip to content

An implementation of Conways Game of Life written in Go

License

Notifications You must be signed in to change notification settings

michaelmcallister/conway

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MIT License LinkedIn GitHub go.mod Go version Go Report Card


Game of Life

Implementation of John Conway's Game of Life written in Go using the Ebiten graphics library.

License

Distributed under the MIT License. See LICENSE for more information.

Acknowledgements