Added animations, corrected typo
Added Battleship examples, animated firework and cascade screensaver examples, and added a missing period.
This commit is contained in:
@ -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 opponent’s 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 opponent’s ships.
|
||||
|
||||
|
||||

|
||||
Player’s grid: Mark where your ships are and keep track of your opponent’s hits and misses.
|
||||
|
||||
```
|
||||
@ -18,6 +19,8 @@ Player’s grid: Mark where your ships are and keep track of your opponent’s h
|
||||
(0,4) (1,4) (2,4) (3,4) (4,4)
|
||||
|
||||
```
|
||||
|
||||

|
||||
Opponent’s grid: Keep track of your hits and misses while trying to locate your opponent’s ships.
|
||||
|
||||
```
|
||||
|
Reference in New Issue
Block a user