So I am a basic coder who just started. I am trying to design a game. But I got a problem
So I have these pictures of numbers from 0-9. The user is allowed to click on 5 images. I want the images he clicked on and store those in an array. So if clicked on 0, 5,4, 3,2. The pictures of those numbers will be stored in clickedimages[].
Please let me know how i could achieve..I appreciate your time to read this and people that helps.
1