This really takes me back, would love to help you out with this.
Iād use a stored variable for this.
A simply IF statement here will do the trick:
if (p1_score >= 3 || p2_score >= 3){reset(); }
This really takes me back, would love to help you out with this.
Iād use a stored variable for this.
A simply IF statement here will do the trick:
if (p1_score >= 3 || p2_score >= 3){reset(); }