Add new lesson images. (#452)
* Add image to 'Making' * algorithms-add-image * Add image rock paper scissors sketch * Updated rock paper scissors image
This commit is contained in:
parent
e68e526528
commit
37746ae953
@ -3,7 +3,7 @@
|
|||||||
For this activity, each student will need a micro:bit.
|
For this activity, each student will need a micro:bit.
|
||||||
Everyone will create the same program, the classic rock paper scissor game.
|
Everyone will create the same program, the classic rock paper scissor game.
|
||||||
|
|
||||||
![Rock, paper, scissors](/static/courses/csintro/conditionals/rock-paper-scissors.jpg)
|
![Rock, paper, scissors](/static/courses/csintro/conditionals/rock-paper-scissors.png)
|
||||||
|
|
||||||
## Introduce activity
|
## Introduce activity
|
||||||
* Have students recall the classic rock paper scissors game.
|
* Have students recall the classic rock paper scissors game.
|
||||||
@ -64,4 +64,4 @@ input.onButtonPressed(Button.A, () => {
|
|||||||
basic.showString("Wins:")
|
basic.showString("Wins:")
|
||||||
basic.showNumber(game.score())
|
basic.showNumber(game.score())
|
||||||
})
|
})
|
||||||
```
|
```
|
||||||
|
BIN
docs/static/courses/csintro/algorithms/cpu.png
vendored
Normal file
BIN
docs/static/courses/csintro/algorithms/cpu.png
vendored
Normal file
Binary file not shown.
After Width: | Height: | Size: 211 KiB |
BIN
docs/static/courses/csintro/conditionals/Rock-Paper-Scissors.png
vendored
Normal file
BIN
docs/static/courses/csintro/conditionals/Rock-Paper-Scissors.png
vendored
Normal file
Binary file not shown.
After Width: | Height: | Size: 48 KiB |
BIN
docs/static/courses/csintro/making/create.png
vendored
Normal file
BIN
docs/static/courses/csintro/making/create.png
vendored
Normal file
Binary file not shown.
After Width: | Height: | Size: 155 KiB |
Loading…
Reference in New Issue
Block a user