pxt-arcade 1.11.21 → 1.11.22
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/built/common-sim.d.ts +5 -0
- package/built/common-sim.js +28 -4
- package/built/sim.js +35 -6
- package/built/target.js +628 -315
- package/built/target.json +628 -315
- package/built/targetlight.json +5 -5
- package/docs/static/skillmap/assets/gallery.png +0 -0
- package/docs/static/skillmap/backgrounds/dino-comp.png +0 -0
- package/docs/static/skillmap/backgrounds/story-comp.png +0 -0
- package/docs/test/skillmap/balloon/balloon4.md +73 -50
- package/docs/test/skillmap/dino/collectort1.md +334 -0
- package/docs/test/skillmap/dino/collectort2.md +272 -0
- package/docs/test/skillmap/dino/collectort3.md +304 -0
- package/docs/test/skillmap/dino/collectort4.md +330 -0
- package/docs/test/skillmap/dino/collectort4old.md +433 -0
- package/docs/test/skillmap/dino/collectort5.md +499 -0
- package/docs/test/skillmap/dino/scroller.ts +54 -0
- package/docs/test/skillmap/mole/mole1.md +3 -3
- package/docs/test/skillmap/mole/mole2.md +8 -8
- package/docs/test/skillmap/mole/mole3.md +12 -12
- package/docs/test/skillmap/mole/mole4.md +5 -5
- package/docs/test/skillmap/star/star1.md +270 -0
- package/docs/test/skillmap/star/star2.md +262 -0
- package/docs/test/skillmap/star/star3.md +186 -0
- package/docs/test/skillmap/star/star4.md +162 -0
- package/docs/test/skillmap/star.md +86 -0
- package/docs/test/skillmap/story/joke-examples.md +41 -0
- package/docs/test/skillmap/story/story1.md +275 -0
- package/docs/test/skillmap/story/story2.md +289 -0
- package/docs/test/skillmap/story/story3.md +626 -0
- package/docs/test/skillmap/story/story4.md +1774 -0
- package/docs/test/skillmap/story.md +90 -0
- package/docs/test/tutorials/wakanda.md +417 -0
- package/package.json +4 -4
- package/targetconfig.json +2 -1
|
@@ -0,0 +1,90 @@
|
|
|
1
|
+
# Tell a Story
|
|
2
|
+
* name: Tell a Story
|
|
3
|
+
* description: Show off your creative side with greeting cards, jokes, and short stories.
|
|
4
|
+
* infoUrl: skillmap/educator-info/story-map-info
|
|
5
|
+
* bannerUrl: /static/skillmap/story/muffins.gif
|
|
6
|
+
* backgroundurl: /static/skillmap/backgrounds/story-comp.png
|
|
7
|
+
* primarycolor: #ff7f41
|
|
8
|
+
* secondarycolor: #fff53d
|
|
9
|
+
* tertiarycolor: #000000
|
|
10
|
+
* completednodecolor: #4d3740
|
|
11
|
+
* highlightcolor: #ffffff
|
|
12
|
+
* allowcodecarryover: true
|
|
13
|
+
* tags: easy, beginner, tutorials
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
## story-activities
|
|
18
|
+
* layout: manual
|
|
19
|
+
|
|
20
|
+
### story1
|
|
21
|
+
* allowcodecarryover: false
|
|
22
|
+
|
|
23
|
+
* name: Greeting Card
|
|
24
|
+
* type: tutorial
|
|
25
|
+
* description: Make an amazing greeting card in minutes!
|
|
26
|
+
* url: /test/skillmap/story/story1
|
|
27
|
+
* imageUrl: /static/skillmap/story/story-comp.png
|
|
28
|
+
* tags: easy, story, creative, card
|
|
29
|
+
* next: story-activity2
|
|
30
|
+
* position: 0 0
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
### story2
|
|
34
|
+
* name: Bigger Greeting
|
|
35
|
+
* type: tutorial
|
|
36
|
+
* description: Add to your greeting card for a gift that keeps on giving!
|
|
37
|
+
* url: /test/skillmap/story/story2
|
|
38
|
+
* imageUrl: /static/skillmap/story/story-activity-2.gif
|
|
39
|
+
* tags: easy, card, creative, art
|
|
40
|
+
* reqired: 1 story
|
|
41
|
+
* next: story-activity3
|
|
42
|
+
* position: 1 0
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+
### story3
|
|
46
|
+
* name: Joking Around
|
|
47
|
+
* allowcodecarryover: false
|
|
48
|
+
* type: tutorial
|
|
49
|
+
* description: Create your first Arcade story using a two-line joke!
|
|
50
|
+
* url: /test/skillmap/story/story3
|
|
51
|
+
* imageUrl: /static/skillmap/story/muffins.gif
|
|
52
|
+
* tags: easy, story, joke, share
|
|
53
|
+
* next: story4
|
|
54
|
+
* position: 2 0
|
|
55
|
+
|
|
56
|
+
|
|
57
|
+
### story4
|
|
58
|
+
* name: The Shortest Story
|
|
59
|
+
* allowcodecarryover: false
|
|
60
|
+
* type: tutorial
|
|
61
|
+
* description: Code your own short story in MakeCode Arcade!
|
|
62
|
+
* url: /test/skillmap/story/story4
|
|
63
|
+
* imageUrl: /static/skillmap/story/story-activity-4.gif
|
|
64
|
+
* tags: easy, story, share
|
|
65
|
+
* next: beginner-cert-1
|
|
66
|
+
* position: 2 1
|
|
67
|
+
|
|
68
|
+
|
|
69
|
+
### beginner-cert-1
|
|
70
|
+
* name: Congrats!
|
|
71
|
+
* kind: completion
|
|
72
|
+
* type: certificate
|
|
73
|
+
* url: /static/skillmap/certificates/beginner-cert-01.pdf
|
|
74
|
+
* imageUrl: /static/skillmap/certificates/beginner-cert-01.png
|
|
75
|
+
* position: 3 1
|
|
76
|
+
* actions:
|
|
77
|
+
* map: [Try Talent Show](/skillmap/star)
|
|
78
|
+
* editor: [Edit in Creative Mode](/)
|
|
79
|
+
* rewards:
|
|
80
|
+
* certificate:
|
|
81
|
+
* url: /static/skillmap/certificates/beginner-cert-01.pdf
|
|
82
|
+
* preview: /static/skillmap/certificates/beginner-cert-01.png
|
|
83
|
+
* completion-badge:
|
|
84
|
+
* image: /static/badges/badge-story.png
|
|
85
|
+
* name: Greetings
|
|
86
|
+
|
|
87
|
+
|
|
88
|
+
|
|
89
|
+
|
|
90
|
+
|