Added Dodge Ball custom gif

Animated Dodge Ball gif
This commit is contained in:
dkiang 2017-08-01 12:32:00 -07:00
parent 9510ec862e
commit 16da0fb13a
2 changed files with 3 additions and 7 deletions

View File

@ -41,7 +41,7 @@ basic.forever(() => {
}) })
``` ```
![Player Grid Example](/static/courses/csintro/coordinates/cascade.gif) ![Cascade Example](/static/courses/csintro/coordinates/cascade.gif)
### Cascade screensaver ### Cascade screensaver
This example creates a diagonal cascading effect across the screen. Note the use of a variable (speed) to allow you to easily change the speed of the animation by changing just one number value. This example creates a diagonal cascading effect across the screen. Note the use of a variable (speed) to allow you to easily change the speed of the animation by changing just one number value.
@ -82,7 +82,7 @@ basic.forever(() => {
}) })
speed = 10 speed = 10
``` ```
![Dodge Ball Example](/static/courses/csintro/coordinates/dodge-ball.gif)
### Dodge ball game ### Dodge ball game
This is a Dodge Ball game that uses one sprite (dodger) to try to avoid another sprite (ball). You use the A and B buttons to move the dodger to avoid the balls that are falling from the top of the screen. This is a Dodge Ball game that uses one sprite (dodger) to try to avoid another sprite (ball). You use the A and B buttons to move the dodger to avoid the balls that are falling from the top of the screen.
@ -152,11 +152,7 @@ Have students write a reflection of about 150300 words, addressing the follow
### Collaboration reflection ### Collaboration reflection
**4 =** Reflection piece includes:<br/> **4 =** Reflection piece addresses all prompts.<br/>
`*` Brainstorming ideas<br/>
`*` Construction<br/>
`*` Programming<br/>
`*` Beta testing<br/>
**3 =** Reflection piece lacks 1 of the required elements.<br/> **3 =** Reflection piece lacks 1 of the required elements.<br/>
**2 =** Reflection piece lacks 2 of the required elements.<br/> **2 =** Reflection piece lacks 2 of the required elements.<br/>
**1 =** Reflection piece lacks 3 of the required elements. **1 =** Reflection piece lacks 3 of the required elements.

Binary file not shown.

After

Width:  |  Height:  |  Size: 918 KiB