No description
  • Go 97.1%
  • Makefile 2.9%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-07-27 16:23:56 +02:00
.gitignore batman 2026-07-27 16:14:25 +02:00
game.go batman2 2026-07-27 16:23:33 +02:00
go.mod batman 2026-07-27 16:14:25 +02:00
help.go batman 2026-07-27 16:14:25 +02:00
main.go batman2 2026-07-27 16:23:33 +02:00
makefile fix 2026-07-27 16:23:56 +02:00
readme.md batman2 2026-07-27 16:23:33 +02:00

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..