Skip to content
Advertisement

im trying to make a score system for my rock paper scissors python game. I want it to be best 2 out of 3

This is all I have of the code, so far you can play rock, paper, scissors and see who wins or loses. I need help making a scoring system. Best two out of three is the final winner. Also I need help with how I would rerun the game until one of the players gets 2 points. Right now, the user has to manually type yes to replay the game which I would be fine with I just cant figure out how I would keep score.

JavaScript

Advertisement

Answer

JavaScript
User contributions licensed under: CC BY-SA
3 People found this is helpful
Advertisement