-
Notifications
You must be signed in to change notification settings - Fork 211
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/microsoft/pxt-arcade into…
… srietkerk/pxt-bump-10018
- Loading branch information
Showing
9 changed files
with
1,151 additions
and
119 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
# Play First! | ||
|
||
## Play the Games You Can Make! | ||
|
||
Choose one or more of the games below to play. You can make any of these by following the tutorials listed at [arcade.makecode.com](https://arcade.makecode.com) | ||
|
||
```codecard | ||
[ | ||
{ | ||
"name": "Turkey Day", | ||
"cardType": "link", | ||
"description": "It's time to break out! Help your turkey free all of its friends and climb to freedom in this fast-paced vertical platformer.", | ||
"imageUrl": "https://makecode.com/api/_3a81pJ6t1dHX/thumb", | ||
"url": "https://makecode.com/_3a81pJ6t1dHX", | ||
"directOpen": true | ||
}, { | ||
"name": "Save the Baby Dinos", | ||
"description": "Rescue the baby dinos from the dangerous traffic.", | ||
"url": "https://makecode.com/_VbY6wsJ643HV", | ||
"cardType": "link", | ||
"imageUrl": "https://makecode.com/api/_VbY6wsJ643HV/thumb" | ||
}, { | ||
"name": "Sparks Flying", | ||
"description": "This game challenges you to light a fire to keep warm! But be careful--it's not as easy as it sounds.", | ||
"url": "https://makecode.com/_KkM6gg0fEevk", | ||
"cardType": "link", | ||
"imageUrl": "/static/skillmap/sparks/sparks1.gif" | ||
}, { | ||
"name": "Monster Truck Racer", | ||
"cardType": "link", | ||
"description": "Get your truck out of the cave as fast as you can without hitting any spikes. ", | ||
"imageUrl": "https://makecode.com/api/_1yfTMtFAe5yC/thumb", | ||
"url": "https://makecode.com/_1yfTMtFAe5yC", | ||
"directOpen": true | ||
}, { | ||
"name": "Save the Galaxy", | ||
"description": "Reboot all of the satellites before getting hit by asteroids.", | ||
"url": "https://makecode.com/_VuJha6i1FeWT", | ||
"cardType": "link", | ||
"imageUrl": "https://makecode.com/api/_VuJha6i1FeWT/thumb" | ||
}, { | ||
"name": "Whack the Mole", | ||
"description": "Hit the pesky mole with a rubber mallet before it dashes away.", | ||
"url": "https://makecode.com/_PCKW94TVLMpA", | ||
"cardType": "link", | ||
"imageUrl": "https://makecode.com/api/_PCKW94TVLMpA/thumb" | ||
} | ||
] | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
"appref": "v1.12.49" | ||
"appref": "v1.12.51" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.