diff --git a/overviews/week8.md b/overviews/week8.md index 52f52d75b18fa6a5ae2d29c53e95b667de44318d..23c3c4aef9d5bc5b8231fcbccf761b982b43399d 100644 --- a/overviews/week8.md +++ b/overviews/week8.md @@ -13,6 +13,15 @@ Remember, each week you must complete the weekly quiz, just general questions ar - Starting to write simple expressions and statements to solve problems - Understanding variables, literals and common types +### Extension: Scratch Challenge +If you have completed worksheet one, please complete the following extension task to explore programming concepts. + +- Your project has at least two sprites, at least one of which must resemble something other than a cat. +- Your project must have at least three scripts total (i.e., not necessarily three per sprite). +- Your project must use at least one condition, one loop, and one variable. +- Your project must use at least one sound. +- Your project should be more complex than most of those demonstrated in lecture (many of which, though instructive, were quite short) but it can be less complex than some of the ones we looked at online. +- As such, your project should probably use a few dozen puzzle pieces overall. ## Have already completed ... - Setup up your own machine for development