Skip to content

Some little prototype of Conways Game of Life in terminal

License

Notifications You must be signed in to change notification settings

user3690/conways-terminal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Conways Game of Life in Golang for Terminal

To run the program, checkout repository and run:

go run main.go

Controls

You can select cells that are alive at lifecycle zero.

  • w - up
  • a - left
  • s - down
  • d - right
  • f - create or kill cell
  • x - start simulation

About

Some little prototype of Conways Game of Life in terminal

Topics

Resources

License

Stars

Watchers

Forks

Languages