Remove links to online projects from lesson pages. (#437)
This commit is contained in:
committed by
Peli de Halleux
parent
5cd8bad144
commit
edaf2b0403
@ -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 other’s 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
|
||||
|
||||
|
Reference in New Issue
Block a user