fix snap the dot

This commit is contained in:
Peli de Halleux 2018-09-14 14:10:13 -07:00
parent e6d3c26411
commit 649355ef3c
2 changed files with 3 additions and 2 deletions

View File

@ -26,7 +26,8 @@ Fun games to build with your @boardname@.
"name": "Snap the dot",
"url": "/projects/snap-the-dot",
"description": "Use the game blocks to create a skill game",
"imageUrl": "/static/mb/projects/snap-the-dot.png"
"imageUrl": "/static/mb/projects/snap-the-dot.png",
"cardType": "tutorial"
}, {
"name": "Salute!",
"url":"/projects/salute",

View File

@ -71,7 +71,7 @@ basic.forever(function () {
sprite.ifOnEdgeBounce()
})
```
## Score and game over
## Score and game over
Drag a ``||game:add score||`` and a ``||game:game over||`` block to handle success
(sprite in the center) and failure (sprite not in the center)