Skip to content

villdev/conway

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Conway's Game of Life

Created in Go using tcell.

Setup

Clone and open directory in terminal.

go run main.go

Demo

Screen.Recording.Aug.23.1.mp4

Controls

  1. Esc or Ctrl+c to exit.
  2. Spacebar - play/pause.
  3. Left/right arrow - change pattern.
  4. G - show/hide grid.
  5. R - reset state

Patterns

  1. Random
  2. Block
  3. Beehive
  4. Blinker
  5. Toad
  6. Glider
  7. Spaceship
  8. Spaceship2
  9. Diehard
  10. Acorn

About

Terminal based Conway's Game of Life implemented with Go.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages