SilentCabin / rock-paper-scissors

Odin Project for Rock, Paper, Scissors
0 stars 1 forks source link

For loop [rock paper scissors] #1

Open SilentCabin opened 2 weeks ago

SilentCabin commented 2 weeks ago

Instead of calling the function 5 times , I need to create a for loop

PankajWorkspace commented 2 weeks ago

I will do it. Just tell Which function

SilentCabin commented 2 weeks ago

Hey sorry I'm quite new to this, in the play game function I want to play 5 rounds

SilentCabin commented 2 weeks ago

I will do it. Just tell Which function

at the end I have called the playGame function 5 times, but when I can, I'm planning on having a for loop to keep playing until someone hits 3 wins

PankajWorkspace commented 2 weeks ago

create a pull request. I have added a for a loop. You try to make the condition for 3 win, if you are unable to make it then comment here

SilentCabin commented 2 weeks ago

create a pull request. I have added a for a loop. You try to make the condition for 3 win, if you are unable to make it then comment here

Thanks for the help. I'm really inexperienced on GitHub so thanks for the patience. I see you have added a loop for me thank you, but I also noticed it was changed on an older save.