@ -11,4 +11,6 @@ int game(char you, char computer)
return -1;
if (you == '3' && computer == '3')
if (you == '2' && computer == '3')
return 0;
}