Hi all! I’m brand new to the forums, and to processing in general, so my apologies if anything is wrong with my post!
I’m trying to make a game in a similar format to games like Pokedle (https://pokedle.net/), but with other media, where each potential answer has ~5 traits related to them, and guessing one makes the program check it against the correct answer, to see which traits match up. My original plan was to have an array for each option, so if you guessed option 1, for example, the program would check each part of option 1’s array against the correct answer’s array.
Unfortunately, at this point the best way I can seem to find to check if a guess is correct is to manually compare it to every single option, which really isn’t ideal. I’d love to know if there’s a reasonably easy way to automate this.
Thanks for any help you can provide!