Search found 1 match
- Sun Apr 30, 2023 5:55 am
- Forum: Support and Development
- Topic: a couple questions about tables
- Replies: 2
- Views: 818
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 }, { ...