Skip to content

A basic Terminal Game of Life simulation by John Horton Conway made in Golang

Notifications You must be signed in to change notification settings

JuanMartinCoder/GameOfLifeGo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

GameOfLifeGo

Game of Life in Go

what is this?

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?

go run .

About

A basic Terminal Game of Life simulation by John Horton Conway made in Golang

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages