Skip to content

Commit fef86a3

Browse files
authored
testing game maker guide changes (#6835)
1 parent 9c7a555 commit fef86a3

File tree

1 file changed

+174
-0
lines changed

1 file changed

+174
-0
lines changed
Lines changed: 174 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,174 @@
1+
# Game Maker Guide
2+
* name: Game Maker Guide
3+
* description: Level up your game making skills by completing the tutorials in this guide.
4+
* infoUrl: skillmap/educator-info/int-map-info
5+
* bannerUrl: /static/skillmap/platformer/activity4.png
6+
* backgroundurl: /static/skillmap/space/game-maker-guide-background.png
7+
* primarycolor: #2EA9B0
8+
* secondarycolor: #F392BD
9+
* tertiarycolor: #83C252
10+
* highlightcolor: #FAED28
11+
* alternatesources: github:https://github.com/microsoft/pxt-skillmap-sample/skillmap.md
12+
13+
## interface
14+
* name: Learn to use MakeCode Arcade
15+
* description: This will teach you how to complete tutorials in Microsoft MakeCode Arcade.
16+
17+
### interface-activity1
18+
* allowcodecarryover: false
19+
20+
21+
* name: Learn to use MakeCode Arcade
22+
* type: tutorial
23+
* description: Intro to our tutorial cards
24+
* tags: easy
25+
26+
* url: /skillmap/interface/activity1
27+
* imageUrl: /static/skillmap/interface/interface-activity-1.gif
28+
29+
## space
30+
* name: Design a Space Explorer
31+
* description: Let's explore the depths of space! We'll design a vessel for space travel, add some enemies, and populate the universe with planets.
32+
* completionUrl: /static/skillmap/certificates/design-a-space-explorer.pdf
33+
34+
### space-activity1
35+
* allowcodecarryover: false
36+
37+
38+
* name: Ship Design
39+
* type: tutorial
40+
* description: Draw and code a spaceship!
41+
* tags: easy
42+
* next: space-activity2, pusher1
43+
44+
* url: /skillmap/space/activity1
45+
* imageUrl: /static/skillmap/space/space1.gif
46+
47+
### space-activity2
48+
49+
* name: Projectiles
50+
* type: tutorial
51+
* description: Customize your ship with projectiles and effects.
52+
* tags: easy, projectiles, kinds
53+
* next: pusher2, space-activity3
54+
55+
* url: /skillmap/space/activity2
56+
* imageUrl: /static/skillmap/space/projectiles.gif
57+
58+
### space-activity3
59+
60+
* name: Enemies
61+
* description: Watch out for danger! Add enemies and lives to your game.
62+
* type: tutorial
63+
* tags: easy, enemies, kinds
64+
* next: space-activity4
65+
66+
* url: /skillmap/space/activity3
67+
* imageUrl: /static/skillmap/space/enemies.gif
68+
69+
### space-activity4
70+
71+
* name: Fuel Up
72+
* type: tutorial
73+
* description: Use an extension to add a fuel gauge to your ship. Make sure to refuel often!
74+
* tags: intermediate, extensions
75+
* next: space-cert-1
76+
77+
* url: /skillmap/space/activity4
78+
* imageUrl: /static/skillmap/space/eat-gas.gif
79+
80+
### space-cert-1
81+
* name: Congrats!
82+
* kind: completion
83+
* type: certificate
84+
* url: /static/skillmap/certificates/design-a-space-explorer.pdf
85+
* imageUrl: /static/skillmap/certificates/space-cert.png
86+
87+
* rewards:
88+
* certificate:
89+
* url: /static/skillmap/certificates/design-a-space-explorer.pdf
90+
* preview: /static/skillmap/certificates/space-cert.png
91+
92+
93+
### pusher1
94+
* name: Blank node
95+
* kind: layout
96+
97+
### pusher2
98+
* name: Blank node
99+
* kind: layout
100+
101+
102+
## platformer
103+
* name: Learn to Make a Platformer
104+
* description: A skillmap that takes you through how to build a platformer with multiple levels.
105+
106+
### platformer-activity1
107+
* allowcodecarryover: false
108+
109+
110+
* name: Simple Platformer
111+
* type: tutorial
112+
* description: Learn how to make a player character that can jump and move around a tilemap.
113+
* url: /skillmap/platformer/activity1
114+
* imageUrl: /static/skillmap/platformer/platformer1.gif
115+
* tags: easy
116+
* next: platformer-activity2
117+
118+
### platformer-activity2
119+
120+
* name: Camera and Tiles
121+
* type: tutorial
122+
* description: Learn how to use the camera and add tile overlap events to give the player a way to win and lose.
123+
* url: /skillmap/platformer/activity2
124+
* imageUrl: /static/skillmap/platformer/platformer2.gif
125+
* tags: easy, tiles
126+
* next: platformer-activity3
127+
128+
### platformer-activity3
129+
130+
* name: Simple Enemies
131+
* type: tutorial
132+
* description: Learn how to add enemies to your game that follow the player.
133+
* url: /skillmap/platformer/activity3
134+
* imageUrl: /static/skillmap/platformer/platformer3.gif
135+
* tags: intermediate, overlaps
136+
* next: pusher3, platformer-activity4
137+
138+
### platformer-activity4
139+
140+
* name: Multiple Levels
141+
* type: tutorial
142+
* description: Add a second level to your platformer using functions.
143+
* url: /skillmap/platformer/activity4
144+
* imageUrl: /static/skillmap/platformer/platformer4.gif
145+
* tags: intermediate, functions
146+
* next: platformer-activity5
147+
148+
### platformer-activity5
149+
150+
* name: Enemy AI
151+
* type: tutorial
152+
* description: Add physics and AI to the enemies in your game.
153+
* url: /skillmap/platformer/activity5
154+
* imageUrl: /static/skillmap/platformer/platformer5.gif
155+
* tags: intermediate, AI, physics
156+
* next: platformer-cert-1
157+
158+
### platformer-cert-1
159+
* name: Congrats!
160+
* kind: completion
161+
* type: certificate
162+
* url: /static/skillmap/certificates/learn-to-make-a-platformer.pdf
163+
* imageUrl: /static/skillmap/certificates/platformer-cert.png
164+
165+
* rewards:
166+
* certificate:
167+
* url: /static/skillmap/certificates/learn-to-make-a-platformer.pdf
168+
* preview: /static/skillmap/certificates/platformer-cert.png
169+
170+
171+
172+
### pusher3
173+
* name: Blank node
174+
* kind: layout

0 commit comments

Comments
 (0)