From f22c8082e5d5d53102d12a9663b9c278daedfbf4 Mon Sep 17 00:00:00 2001 From: syoo3015 <149539281+syoo3015@users.noreply.github.com> Date: Mon, 19 Aug 2024 17:08:52 -0700 Subject: [PATCH] Update CS10-Project1.md --- CS10-Project1.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CS10-Project1.md b/CS10-Project1.md index 4c134b7..fa619a4 100644 --- a/CS10-Project1.md +++ b/CS10-Project1.md @@ -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