Hi to all,i'm Italian excuse me for my english.
I've a problem with this game.
I've 23 match.In the first round pc removes two match and the player choose if removes 1,2 or 3 match.
My problem is that first rount it's ok,because pc removes two match and the player can choose,but i don't kown what to do next,because if I do function,the game don't work!!
// one player
void turno1(){
image(pt,780,400);
textSize(15);
text("**I primi due fiammiferi sono stati tolti dal PC**",350,300);
image(copiatura,40,240);
image(copiatura,80,240);
//caso in cui premo 1
if(mouseX>100 && mouseX<250 && mouseY>450 && mouseY<600){
image(copiatura, 40, 50);
image(copiatura, 800, 50);
image(copiatura, 120, 50);
image(copiatura, 160, 50);
}