From: JC Date: Mon, 31 Jul 2023 03:22:00 +0000 (-0500) Subject: Increase universe size X-Git-Url: https://git.jacobcasper.com/?a=commitdiff_plain;h=574783e2bd519698cbfebe242c99f7456350db54;p=life-pd.git Increase universe size Cells now nicely tile across the entire screen! --- diff --git a/source/main.lua b/source/main.lua index 7394e3a..481a0eb 100644 --- a/source/main.lua +++ b/source/main.lua @@ -1,8 +1,8 @@ local pd = playdate local gfx = playdate.graphics -local WIDTH = 24 -local HEIGHT = 14 +local WIDTH = 25 +local HEIGHT = 15 local CELL_SIZE = 16 --- refresh / generation rate during runtime