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