You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a simple implementation of Conway's Game of Life in Go for the Terminal.
I use unicode characters to draw the grid and the cells and basically update the game status every second and display the new state.
how to run?
gorun .
About
A basic Terminal Game of Life simulation by John Horton Conway made in Golang