command
module
Version:
v0.0.0-...-9cd1ddc
Opens a new window with list of versions in this module.
Published: Jul 8, 2024
License: MIT
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
Game of Life
Conway's Game of Life implementation in Go using the Ebiten engine
Installing
go mod download
Running
go run main.go
There is also a way to generate cells randomly:
go run main.go --random <chance>
Where <chance> is an integer number between 0 and 100, e.g.
go run main.go --random 30
Controls
P: Pause/Resume
I: Interactive Mode (left mouse click to create cells)
R: Clear cells
A: Generate cells randomly
+: Increase zoom
-: Decrease zoom
Documentation
¶
There is no documentation for this package.
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.