Added animations, corrected typo

Added Battleship examples, animated firework and cascade screensaver
examples, and added a missing period.
This commit is contained in:
dkiang
2017-08-01 12:05:09 -07:00
parent 8431201ed0
commit 9510ec862e
9 changed files with 11 additions and 4 deletions

View File

@ -7,7 +7,8 @@ To help us practice using the correct coordinates for the grid of micro:bit LEDs
Have students make their own sets of 5x5 grids to reinforce the layout of the micro:bit grid.
Each student should make two grids. One grid is for placing their own ships and keeping track of their opponents hits and misses and the other grid is for keeping track of their own hits and misses while trying to determine the location of their opponents ships.
 
![Player Grid Example](/static/courses/csintro/coordinates/player-grid.png)
Players grid: Mark where your ships are and keep track of your opponents hits and misses.
```
@ -18,6 +19,8 @@ Players grid: Mark where your ships are and keep track of your opponents h
(0,4) (1,4) (2,4) (3,4) (4,4)
 
```
![Opponent Grid Example](/static/courses/csintro/coordinates/opponent-grid.png)
Opponents grid: Keep track of your hits and misses while trying to locate your opponents ships.
```