+ 5
[ASSIGNMENT] Rock paper scissors (RPS) simulator game
The rule is simple as everyone has already know. Based on RPS world championship rule, you have to play three round, and the player win the most get the prize. However if you won two first round, you don't have to play the third round. Let's look at my example below https://code.sololearn.com/WVdXSP5lduKF Let's see what is the smartest way you guy can do to implement this. And also welcome beginner who just want to play around!!!
8 Answers
+ 1
Basic concept :
https://code.sololearn.com/WLkdJsDH43RB/?ref=app
+ 3
I know this doesnât quite meet the requirements of the challenge. I want to work on it right now but donât have the time. When I get around to it I will post an updated version! (C++ code)
https://code.sololearn.com/cVlBeYgIE3qz/?ref=app
+ 2
https://code.sololearn.com/cF66Amx3Z4P9/?ref=app
+ 1
nice code đ
0
you guy forgot the rule, you have to play three round to win a match. Keep going
0
@Quach Tien Dat Sorry, it's done now