Im making a rock, paper, scissors game as a project but I’m running into a problem with the code. The game is mostly complete but I’m running into the issue of wrong results for selection 1 which is paper in my game. Mind you I’m in the beginner stages so I’m only using variables, if-statements, Booleans, and list for this.
Here is the link to the website that have the code and you can run it for yourself if you like: rock-paper-scissors-start - Replit
(0 is for Rock, 1 is for Paper, 2 is for scissors)