diff --git a/docs/projects/games.md b/docs/projects/games.md index a6f5eaf2..57f4512d 100644 --- a/docs/projects/games.md +++ b/docs/projects/games.md @@ -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", diff --git a/docs/projects/snap-the-dot.md b/docs/projects/snap-the-dot.md index 3dbef218..ab2c125e 100644 --- a/docs/projects/snap-the-dot.md +++ b/docs/projects/snap-the-dot.md @@ -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)