mirror of
https://codeberg.org/scip/golsky.git
synced 2025-12-17 04:30:57 +01:00
changed grid data type to bool, save mem and better perf
This commit is contained in:
@@ -42,8 +42,8 @@ type Config struct {
|
||||
|
||||
const (
|
||||
VERSION = "v0.0.8"
|
||||
Alive = 1
|
||||
Dead = 0
|
||||
Alive = true
|
||||
Dead = false
|
||||
|
||||
DEFAULT_GRID_WIDTH = 600
|
||||
DEFAULT_GRID_HEIGHT = 400
|
||||
|
||||
Reference in New Issue
Block a user