Skip to content
Snippets Groups Projects
Commit 33ddf6bf authored by Nathan's avatar Nathan
Browse files

week8

parent c3499f46
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment