ecshreve / lifey

conway's game of life in go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

lifey

lifey is an implementation of Conway's Game of Life in Go.

Usage

  • clone the repo
git clone https://github.com/ecshreve/lifey.git
  • build and run the project
cd lifey
make run

Demo

lifey tui

About

conway's game of life in go


Languages

Language:Go 97.4%Language:Makefile 2.6%