Skip to content
/ life Public

A Go implementation of Conway's Game of Life

Notifications You must be signed in to change notification settings

maiku1008/life

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Go implementation of Conway's Game of Life

https://en.wikipedia.org/wiki/Conway%27s_Game_of_Life

Usage

go run life.go

Commands

  • S - stop the game and enter interactive mode
  • Spacebar - start the game
  • K - clear the screen
  • R - Fill part of the screen with random live cells
  • Q - exit

When the game is stopped, you can use the mouse to draw patterns on the screen.

About

A Go implementation of Conway's Game of Life

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages