From 33ddf6bfa5e089fdb5b6c599bc096de417dd99ea Mon Sep 17 00:00:00 2001
From: Nathan <nathan@druids.tech>
Date: Sun, 8 Oct 2023 18:28:43 +0100
Subject: [PATCH] week8

---
 overviews/week8.md | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/overviews/week8.md b/overviews/week8.md
index 52f52d7..23c3c4a 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
-- 
GitLab