Skip to content

ecshreve/lifey

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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