An open API service indexing awesome lists of open source software.

https://github.com/juanmartincoder/gameoflifego

A basic Terminal Game of Life simulation by John Horton Conway made in Golang
https://github.com/juanmartincoder/gameoflifego

Last synced: 12 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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
go run .
```