Search found 1 match

by RandomGameFun
Sun Apr 30, 2023 5:55 am
Forum: Support and Development
Topic: a couple questions about tables
Replies: 2
Views: 783

a couple questions about tables

I have this from the tutorial section here. https://love2d.org/wiki/Tutorial:Gridlocked_Player What I'm trying to do is randomize this bit of code, it don't have to be in any specific order at all. map = { { 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 }, { 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 }, { ...