pxt-microbit Accessibility PR (#529)

* Accessibility changes
This commit is contained in:
Sam El-Husseini
2017-09-07 13:42:08 -07:00
committed by GitHub
parent 3f87576a50
commit e3975e65e5
357 changed files with 1641 additions and 3540 deletions

View File

@ -2,11 +2,11 @@
A classic game, Hero, in which you must capture the food and flee away from the ghost!
### ~avatar avatar
## ~avatar avatar
This tutorial will teach you how to create a hero game to capture food while dodging the ghost; the game was inspired by the classic arcade game Pac Man.
### ~
## ~
First we need to create a function create sprite at the x, y coordinates and that set the variable called hero on the @boardname@ the first time we play.
@ -270,9 +270,9 @@ ghost.set(LedSpriteProperty.X, 4);
```
### ~avatar avatar
## ~avatar avatar
Congratulations! You have a homemade hero game based on the classic version of PacMan
### ~
## ~