I don't remember the exact formula I used to make these, it might have been function grid(n) screen(function(x, y) if (x * y) % n == 1 then tpt.create(x, y, 'dmnd') end end) end (screen being a function that calls a function with all x/y pairs.
Comments
-
:D Thanks!
-
Hey Feynman, you've been added to the gamemaking club!
-
Following up on the description: ...for all x and y pairs from (1,1) to (610, 380). I then called grid with every prime number up to 11.