Hello! I am trying to make a sparring scoring app for martial arts. The goal is for people who want to get certified have something to practice with.
I have been able to make a screen with the calls that each of the 5 different judges could make. Now I would like for the user to be able to choose who wins each round AND have the app confirm that they made the right call.
How do I add numeric values to each of the images, and have the app calculate them, and then check that the user’s decision is the correct one?
For background:
a red flag means red gets a point = R+1
blue flag means that blue gets a point = B+1
a person with their hands down to their sides means that red and blue each loses a point R-1, B-1
the person covering their eyes has no value does not affect the scoring = 0
Thank you very much!
Azul