Remove links to online projects from lesson pages. (#437)

This commit is contained in:
Galen Nickel
2017-07-03 23:10:27 -07:00
committed by Peli de Halleux
parent 5cd8bad144
commit edaf2b0403
6 changed files with 41 additions and 11 deletions

View File

@ -62,8 +62,6 @@ input.onGesture(Gesture.Shake, () => {
})
```
See the [**BattleGame**](https://makecode.microbit.org/12149-80948-84778-40832) project online.
## Beta Testing
Give students a chance to play each others games. The following process works well:
@ -145,7 +143,6 @@ input.onButtonPressed(Button.A, () => {
basic.showString("SPACE RACE")
previous_roll = 0
```
See the [SpaceRace](https://makecode.microbit.org/65306-07188-65044-14657) game online.
## Assessment