forked from cs10/hourofcode
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbjchoc_09.html
More file actions
executable file
·15 lines (13 loc) · 883 Bytes
/
Copy pathbjchoc_09.html
File metadata and controls
executable file
·15 lines (13 loc) · 883 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<div class="lab-page">
<h3>Step 10: Invent new features for your game. Be creative!</h3>
<p>
Programming is a creative art. Experiment with <strong>Snap<em>!</em></strong> Here are some ideas:
<ul>
<li>The "Pen" tab contains blocks that change the pen properties (color, size, shade, etc.). You could change it all the time or only when certain things happen (like when Alonzo is clicked, moves by itself, the high score is surpassed, ...).</li>
<p> </p>
<li>The "Looks" tab contains blocks that control how the sprite (Alonzo) looks. You could change it (make it fade out, change its size, say something, etc.) all the time or only when certain things happen.</li>
<p> </p>
<li>Talk with others. How else could you improve this game?</li>
</ul>
</p>
</div>