I am creating a memory card game for class and am trying to figure out how to make my images clickable and evaluated in Java. I have used the previous tutorial on here about it but my images are named numerically, so they can be randomized.
It's giving me errors for that and I don't understand why.
Also, how to create some sort of evaluation method for these cards they are named 0-8 (0 being the back side of the card)? I know it needs to be some sort of boolean code.