8000 GitHub - Smelton01/life: a Go CLI app implementing Conway's Game of Life
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Smelton01/life

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LIFE

A Go terminal implementation of Conway's Game of Life made with BubbleTea

Demo

Life Demo

How to run

  1. Clone this git repo
    git clone https://github.com/Smelton01/life
    
  2. Install/Build the binary
    cd life
    go build or go install
    
  3. Run the program
    life
    

Usage

  • Left click on the terminal to toggle cells on/off
  • Press space to advance the game state one iteration
  • Press enter to beging the gaem simulation

License

MIT License

About

a Go CLI app implementing Conway's Game of Life

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0