I was wondering if someone could share the GitHub repo for the new Tutorial series format?
I found this URL https://github.com/microsoft/pxt-skillmap-sample but would love the GitHub repo for the main one (https://arcade.makecode.com/–skillmap ) as well, to test it out.
Thanks.
2 Likes
Here’s an example you can look at:
# branching
* name: Branching Skill Map
* description: Various branching skill map layouts
* backgroundurl: https://raw.githubusercontent.com/riknoll/skillmap-branch/master/images/shark-attack-bg.png
* primarycolor: #ff93c4
* secondarycolor: #87f2ff
* tertiarycolor: #5c406c
* strokecolor: #5c406c
## shark
* name: Shark Splash
* description: Design a shooter game! We'll start by creating a hero that shoots projectiles, then you can customize the game with enemies, or a detailed setting.
### shark-A
* name: shark-A
* type: tutorial
* next: shark-B-1, shark-B-2
* description: Create a main character that shoots some projectiles
* url: https://github.com/microsoft/pxt-skillmap-sample/tutorials/space/activity1
* tags: easy
This file has been truncated. show original
It shows off the new theming and reward/completion nodes and branching. The tutorials in it are all the same though (they work the same as they did in the old version)
Try it out here:
https://arcade.makecode.com/--skillmap#github:riknoll/skillmap-branch/blob/master/test.md
Also, we are working on documenting all of this!