feat: update replit links to clone from repos (#39724)

This commit is contained in:
Tom
2020-09-29 23:37:53 -05:00
committed by GitHub
parent 41b7a33100
commit d23feadc1f
13 changed files with 13 additions and 13 deletions

View File

@ -8,7 +8,7 @@ challengeType: 10
<section id='description'>
For this challenge, you will create a program to play Rock, Paper, Scissors. A program that picks at random will usually win 50% of the time. To pass this challenge your program must play matches against four different bots, winning at least 60% of the games in each match.
You can access <a href='https://repl.it/@freeCodeCamp/fcc-rock-paper-scissors' target='_blank'>the full project description and starter code on repl.it</a>.
You can access <a href='https://repl.it/github/freeCodeCamp/boilerplate-rock-paper-scissors' target='_blank'>the full project description and starter code on repl.it</a>.
After going to that link, fork the project. Once you complete the project based on the instructions in 'README.md', submit your project link below.