I want to create a game for children for learning letters. In a grid, they are supposed to find a particular letter and click on it. This letter would appear several times in that grid. A certain minimum number of buttons has to be there to make the grid not too simple. For now, I decided on 8x7, so 56 buttons.
Is there a loop or so that I can use to go through all buttons? Or do I have to create 56 functions for filling the buttons with random letters and another 56 for when they are clicked, and so on? I know there is an AnyButton function, but I never used that before. Would that one be helpful?