Skip to content

Commit

Permalink
Update CS10-Project1.md
Browse files Browse the repository at this point in the history
  • Loading branch information
syoo3015 authored Aug 20, 2024
1 parent 79d125b commit f22c808
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CS10-Project1.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ Given two inputs, a guess and a secret code, the matching slots block should rep

Finally, you’ll build a reporter block (aka the “update score” block) that will take the result of the matched slots and the old score and report an updated score based on the old score minus 10 (cost for a guess) plus the number of slots that matched (were not “-”). Here are some examples to make this clear:

![Testcases for Part 3 Block](/fa24/assets/images/P1-Part3Tests)
![Testcases for Part 3 Block](/assets/images/P1-Part3Tests.png)


## Rubric
Expand Down

0 comments on commit f22c808

Please sign in to comment.