phdesign / game-of-life-go

Conway's Game of Life in Go visualised on the terminal

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Conway's Game of Life in Go

An implementation of Conway's Game of Life in Golang. Uses termbox-go to render in the terminal.

Takes an optional seed parameter to generate the starting board configuration.

Run

go run main.go <seed>

Press Esc to quit.

screenshot

About

Conway's Game of Life in Go visualised on the terminal


Languages

Language:Go 100.0%