Increase universe size
authorJC <dev@jacobcasper.com>
Mon, 31 Jul 2023 03:22:00 +0000 (22:22 -0500)
committerJC <dev@jacobcasper.com>
Mon, 31 Jul 2023 03:22:00 +0000 (22:22 -0500)
Cells now nicely tile across the entire screen!

source/main.lua

index 7394e3a..481a0eb 100644 (file)
@@ -1,8 +1,8 @@
 local pd <const> = playdate
 local gfx <const> = playdate.graphics
 
-local WIDTH <const> = 24
-local HEIGHT <const> = 14
+local WIDTH <const> = 25
+local HEIGHT <const> = 15
 local CELL_SIZE <const> = 16
 
 --- refresh / generation rate during runtime