I need some help to produce this project.
I will create a game where the user have to choose 2 buttons per time from the 5 different buttons. The player can repeat this action from 1 to 10. For example: in the first time the player can choose the button 1 and button 3, then they can choose the buttons 2 and 4 and stop, confirming it through a "confirm" button. This was a sequence.
Before that, a new sequence can be created. Just to exemplify: the player chooses the buttons 3 and 1, 2 and 5, 1 and 2, 2 and 4, and stops again (note that the user chose two combinations in the first sequence (1-3 and 2-4) and four in the second sequence (3-1, 2-5, 1-2 and 2-4).
The user will be tested 6 times (6 sequences) and I need to know each sequence later and compare them to know if there are equals or not. To get an equal sequence, the player has to choose the same buttons and they need to do the same number of repetitions regardless on the order the buttons were chosen. (example: bt1/bt2, bt3/bt4, stop = bt1/bt2, bt3/bt4, stop or bt2/bt1, bt4/bt3, stop).
I hope this isn't too confusing but anyway I've attached a capx with the idea of the game.
https://www.dropbox.com/s/467dcn4m23pq1 ... .capx?dl=0
Thanks in advance for any help.