bool => uint8

This commit is contained in:
2024-06-15 12:06:17 +02:00
committed by T.v.Dein
parent 861ba86b0c
commit 6dec8c74ef
5 changed files with 27 additions and 27 deletions

View File

@@ -44,8 +44,8 @@ type Config struct {
const (
VERSION = "v0.0.8"
Alive = true
Dead = false
Alive = 1
Dead = 0
DEFAULT_GRID_WIDTH = 600
DEFAULT_GRID_HEIGHT = 400