Adapt the TEALS 'Best Friends' game (#1948)

* Adapt the TEALS 'Best Friends' game

* animate friend expressions

* free hand packet box

* missing paren in examples

* better avatar message

* use just on sim block
This commit is contained in:
Galen Nickel
2019-04-01 13:23:24 -07:00
committed by Peli de Halleux
parent 98bff887f5
commit efa4553376
4 changed files with 185 additions and 0 deletions

View File

@ -58,5 +58,10 @@ Here are some cool projects that you can build with your @boardname@!
"url": "/projects/infection",
"description": "An epidemic has broken out, see who will survive.",
"imageUrl": "/static/mb/projects/infection.png"
}, {
"name": "Best Friends",
"url": "/projects/best-friends",
"description": "Your best friend is out there, play this game and go find them.",
"imageUrl": "/static/mb/projects/best-friends.png"
}]
```