Replies: 2 comments
-
Solved the issue Try this |
Beta Was this translation helpful? Give feedback.
0 replies
-
I already try it but it's not working this is the code from the game setState(() {
if (score == topScore) {
topScore++;
}
score++;
}); |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When you press the start button, quickly after losing the first time the points will increase by themselves
Beta Was this translation helpful? Give feedback.
All reactions