After browsing through examples, trying out Array's, Variables, Global Variables and what ever else I didn't understand, I am still lost.
I have a 10 X 10 grid and 5 colored squares. I'm trying to populate the grid with the colored squares randomly.
I looked at the match 3 tutorials, but they go way beyond what I am trying to accomplish and it gets a bit confusing. I don't know if I should be using Variables, Arrays, floor(X."size of sq").
After the colored squares fill the grid, matching squares will scroll down and the player must match each color.
If anyone can point me in the right direction it would be greatly appreciated.