No description
- Go 97.1%
- Makefile 2.9%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| .gitignore | ||
| game.go | ||
| go.mod | ||
| help.go | ||
| main.go | ||
| makefile | ||
| readme.md | ||
game-of-life (raylib)
usage:
go mod tidy
go run .
settings:
IF you can call it settings, then you can change the initial model given by
the main() function, to change things like width, height, fps, cellsize..