auto global game of life

This commit is contained in:
JurajKubrican
2025-08-04 16:28:42 +02:00
parent a393b03d98
commit b13c8c4f14
7 changed files with 147 additions and 68 deletions

View File

@@ -66,6 +66,8 @@ func main() {
e.GET("/draw", draw.Page)
e.GET("/draw/ws", draw.InitWs)
go boxes.RegisterTicker()
e.Logger.Fatal(e.Start(":54321"))
}