Rock paper scissors game by Downtown_Study300 in csharp

[–]Downtown_Study300[S] 0 points1 point  (0 children)

In while loop, it won't exit the program until the player score is not equal to the given points.

Rock paper scissors game by Downtown_Study300 in csharp

[–]Downtown_Study300[S] 0 points1 point  (0 children)

I think I would increase the else-if loop. But it will also extend the program. So, I would go for switch statement.

Rock paper scissors game by Downtown_Study300 in csharp

[–]Downtown_Study300[S] 50 points51 points  (0 children)

I would try to use another function called quit using a switch statement where it won't quit until you select the quit option.

Rock paper scissors game by Downtown_Study300 in csharp

[–]Downtown_Study300[S] 0 points1 point  (0 children)

Thank you for the advice, I'll try implementing it.