crjacinro / life

Game of life in Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Game of life

This is a simple and naive implementation of the game of life in Go.

Will use https://github.com/gdamore/tcell v2 for rendering the game.

I try to keep the code simple and separate the logic of the world from the logic of rendering.

At the moment the code support only a square world, but a rectangolar one will be better.

About

Game of life in Go


Languages

Language:Go 100.0%