Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 409 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 409 Bytes

Conway's Game Of Life, in Go!

Conway's Game of Life, sometimes just called "life" is a cellular automaton created by John Conway in 1970.
Ever since learning about life I've always wanted to build it and since I'm learning Go, I figured this would be the perfect time to do so.


Game of Life