Skip to content

Game of life implementation in GO programming language

Notifications You must be signed in to change notification settings

GabrieleC/go-game-of-life

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Conway's Game Of Life implementation using Go programming language:

Run with go run main.go <matrix-size>, where <matrix-size> is a positive integer number which defines the game universe size.

How to use

  • Use "P" key to cycle through available patterns, and left-click to place a pattern on the grid
  • Use Spacebar to play/pause the game
  • Use Left and Right arrow keys to go back and forward in the game history
  • Use Top and Down arrow keys to increase and decrease speed
  • Use N and M to zoom in and out
  • Use WASD to navigate in the universe
  • Quit with Q key

About

Game of life implementation in GO programming language

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages