pxt-arcade 1.7.3 → 1.7.7

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.
Files changed (227) hide show
  1. package/built/common-sim.d.ts +2 -0
  2. package/built/common-sim.js +4 -0
  3. package/built/target.js +1788 -236
  4. package/built/target.json +1788 -236
  5. package/built/targetlight.json +5 -5
  6. package/built/theme.json +3 -2
  7. package/docs/gamejam/global-2021.html +459 -0
  8. package/docs/hour-of-code/all.md +27 -0
  9. package/docs/hour-of-code/{educators.html → educators-2020.html} +25 -25
  10. package/docs/hour-of-code/educators-2021.html +625 -0
  11. package/docs/{hour-of-code.html → hour-of-code-2020.html} +37 -37
  12. package/docs/hour-of-code-2021.html +438 -183
  13. package/docs/hour-of-code-ref.json +3 -0
  14. package/docs/index-ref.json +1 -1
  15. package/docs/multipart-tutorials.md +0 -8
  16. package/docs/projects/SUMMARY.md +3 -2
  17. package/docs/recipes.md +0 -7
  18. package/docs/skillmap/clicker/clicker1.md +7 -7
  19. package/docs/skillmap/clicker/clicker2.md +9 -9
  20. package/docs/skillmap/clicker/clicker3.md +8 -8
  21. package/docs/skillmap/clicker/clicker4.md +8 -8
  22. package/docs/skillmap/clicker/clicker4a.md +7 -7
  23. package/docs/skillmap/clicker/clicker5.md +3 -3
  24. package/docs/skillmap/clicker-themed/clickert1.md +66 -38
  25. package/docs/skillmap/clicker-themed/clickert2.md +77 -58
  26. package/docs/skillmap/clicker-themed/clickert3.md +75 -55
  27. package/docs/skillmap/clicker-themed/clickert4.md +105 -118
  28. package/docs/skillmap/collector/collector1.md +11 -11
  29. package/docs/skillmap/collector/collector1a.md +8 -8
  30. package/docs/skillmap/collector/collector2.md +8 -8
  31. package/docs/skillmap/collector/collector3.md +8 -8
  32. package/docs/skillmap/collector/collector3a.md +7 -7
  33. package/docs/skillmap/collector/collector4.md +8 -8
  34. package/docs/skillmap/collector/collector5.md +2 -2
  35. package/docs/skillmap/collector-themed/collectort1.md +107 -88
  36. package/docs/skillmap/collector-themed/collectort2.md +109 -87
  37. package/docs/skillmap/collector-themed/collectort3.md +138 -115
  38. package/docs/skillmap/collector-themed/collectort4.md +130 -118
  39. package/docs/skillmap/collector-themed/collectort4old.md +23 -23
  40. package/docs/skillmap/collector-themed/collectort5.md +2 -2
  41. package/docs/skillmap/educator-info/forest-map-info.md +34 -25
  42. package/docs/skillmap/educator-info/pongo-map-info.md +55 -0
  43. package/docs/skillmap/educator-info/racer-map-info.md +105 -0
  44. package/docs/skillmap/educator-info/rockstar-map-info.md +1 -1
  45. package/docs/skillmap/educator-info/simple-shark-map-info.md +101 -0
  46. package/docs/skillmap/forest/forest1.md +1 -69
  47. package/docs/skillmap/forest/forest2.md +5 -65
  48. package/docs/skillmap/forest/forest3.md +1 -174
  49. package/docs/skillmap/forest/forest4.md +2 -336
  50. package/docs/skillmap/forest/forest5.md +1 -396
  51. package/docs/skillmap/forest/forest6.md +6 -372
  52. package/docs/skillmap/forest-old.md +92 -0
  53. package/docs/skillmap/forest.md +9 -9
  54. package/docs/skillmap/forest_new/forest1.md +191 -0
  55. package/docs/skillmap/forest_new/forest2.md +217 -0
  56. package/docs/skillmap/forest_new/forest3.md +333 -0
  57. package/docs/skillmap/forest_new/forest4.md +196 -0
  58. package/docs/skillmap/forest_new/forest5.md +291 -0
  59. package/docs/skillmap/forest_new/forest6.md +272 -0
  60. package/docs/skillmap/interface/activity1.md +41 -49
  61. package/docs/skillmap/jungle/jungle1.md +48 -28
  62. package/docs/skillmap/jungle/jungle2.md +50 -26
  63. package/docs/skillmap/jungle/jungle3.md +48 -27
  64. package/docs/skillmap/jungle/jungle4.md +76 -58
  65. package/docs/skillmap/jungle/jungle5.md +31 -25
  66. package/docs/skillmap/jungle/jungle6.md +34 -28
  67. package/docs/skillmap/jungle/jungle7.md +36 -24
  68. package/docs/skillmap/jungle/jungle8.md +27 -25
  69. package/docs/skillmap/jungle.md +7 -3
  70. package/docs/skillmap/long-shark.md +119 -0
  71. package/docs/skillmap/pongo/pongo1.md +256 -0
  72. package/docs/skillmap/pongo/pongo2.md +179 -0
  73. package/docs/skillmap/pongo/pongo3.md +177 -0
  74. package/docs/skillmap/pongo.md +59 -0
  75. package/docs/skillmap/racer.md +7 -7
  76. package/docs/skillmap/rockstar/rockstar1.md +32 -41
  77. package/docs/skillmap/rockstar/rockstar2.md +45 -27
  78. package/docs/skillmap/rockstar/rockstar3.md +45 -27
  79. package/docs/skillmap/rockstar.md +3 -1
  80. package/docs/skillmap/shark/shark1-simple.md +151 -0
  81. package/docs/skillmap/shark/shark2-simple.md +203 -0
  82. package/docs/skillmap/shark/shark3-simple.md +204 -0
  83. package/docs/skillmap/shark/shark4-simple.md +246 -0
  84. package/docs/skillmap/shark/shark4a-simple.md +244 -0
  85. package/docs/skillmap/shark.md +25 -58
  86. package/docs/skillmap/space/space1.md +63 -29
  87. package/docs/skillmap/space/space2.md +34 -25
  88. package/docs/skillmap/space/space3.md +86 -69
  89. package/docs/skillmap/space/space4.md +96 -65
  90. package/docs/skillmap/space/space4a.md +34 -25
  91. package/docs/skillmap/space/space5.md +81 -45
  92. package/docs/skillmap/space/space6.md +59 -81
  93. package/docs/skillmap/space.md +8 -5
  94. package/docs/skillmap/story/card.md +6 -6
  95. package/docs/skillmap/story/card2.md +6 -6
  96. package/docs/skillmap/story/story1.md +60 -175
  97. package/docs/skillmap/story/story2.md +89 -327
  98. package/docs/skillmap/story/story3.md +238 -228
  99. package/docs/skillmap/story/story4.md +23 -23
  100. package/docs/skillmap/zoo/zoo1.md +31 -16
  101. package/docs/skillmap/zoo/zoo2.md +45 -30
  102. package/docs/skillmap/zoo/zoo2a.md +51 -36
  103. package/docs/skillmap/zoo/zoo3.md +8 -7
  104. package/docs/skillmap/zoo/zoo4.md +61 -32
  105. package/docs/skillmap/zoo/zoo5.md +41 -31
  106. package/docs/skillmap/zoo.md +2 -2
  107. package/docs/skillmaps.md +20 -4
  108. package/docs/static/experiments/accessibleblocks.png +0 -0
  109. package/docs/static/experiments/blockserrorlist.png +0 -0
  110. package/docs/static/gamejam/jams/global-2021/assets/banner.png +0 -0
  111. package/docs/static/gamejam/jams/global-2021/info.json +10 -0
  112. package/docs/static/gamejam/jams/global-2021/rules.md +22 -0
  113. package/docs/static/gamejam/jams/global-2021/style.css +141 -0
  114. package/docs/static/gamejam/lib/gamejam.d.ts +1 -0
  115. package/docs/static/gamejam/lib/gamejam.js +34 -24
  116. package/docs/static/gamejam/lib/gamejam.ts +35 -24
  117. package/docs/static/hero-gallery/stream.png +0 -0
  118. package/docs/static/hour-of-code/{apple.png → 2020/apple.png} +0 -0
  119. package/docs/static/hour-of-code/{arcade.png → 2020/arcade.png} +0 -0
  120. package/docs/static/hour-of-code/{asphodel.png → 2020/asphodel.png} +0 -0
  121. package/docs/static/hour-of-code/{card.png → 2020/card.png} +0 -0
  122. package/docs/static/hour-of-code/{chase-the-pizza.png → 2020/chase-the-pizza.png} +0 -0
  123. package/docs/static/hour-of-code/{clovers.png → 2020/clovers.png} +0 -0
  124. package/docs/static/hour-of-code/{design.png → 2020/design.png} +0 -0
  125. package/docs/static/hour-of-code/{educators → 2020/educators}/asphodel-level1.png +0 -0
  126. package/docs/static/hour-of-code/{educators → 2020/educators}/asphodel-level4.png +0 -0
  127. package/docs/static/hour-of-code/{educators → 2020/educators}/asphodel-level6.png +0 -0
  128. package/docs/static/hour-of-code/{educators → 2020/educators}/asphodel-level7.png +0 -0
  129. package/docs/static/hour-of-code/{educators → 2020/educators}/asphodel-level9.png +0 -0
  130. package/docs/static/hour-of-code/{educators → 2020/educators}/clover-design.gif +0 -0
  131. package/docs/static/hour-of-code/{educators → 2020/educators}/shark-attack-tutorial.png +0 -0
  132. package/docs/static/hour-of-code/{galga.png → 2020/galga.png} +0 -0
  133. package/docs/static/hour-of-code/{lemon-leak.png → 2020/lemon-leak.png} +0 -0
  134. package/docs/static/hour-of-code/{micro-bit.png → 2020/micro-bit.png} +0 -0
  135. package/docs/static/hour-of-code/{minecraft.png → 2020/minecraft.png} +0 -0
  136. package/docs/static/hour-of-code/{nfl.png → 2020/nfl.png} +0 -0
  137. package/docs/static/hour-of-code/{ocean-jam.png → 2020/ocean-jam.png} +0 -0
  138. package/docs/static/hour-of-code/{pixel-background-primary.png → 2020/pixel-background-primary.png} +0 -0
  139. package/docs/static/hour-of-code/{pixel-background-secondary.png → 2020/pixel-background-secondary.png} +0 -0
  140. package/docs/static/hour-of-code/{shadowed-aside-frame.png → 2020/shadowed-aside-frame.png} +0 -0
  141. package/docs/static/hour-of-code/{shadowed-button-frame.png → 2020/shadowed-button-frame.png} +0 -0
  142. package/docs/static/hour-of-code/{shadowed-primary-frame.png → 2020/shadowed-primary-frame.png} +0 -0
  143. package/docs/static/hour-of-code/{shark-attack.png → 2020/shark-attack.png} +0 -0
  144. package/docs/static/hour-of-code/{simulator.gif → 2020/simulator.gif} +0 -0
  145. package/docs/static/hour-of-code/{simulator.png → 2020/simulator.png} +0 -0
  146. package/docs/static/hour-of-code/{styles.css → 2020/styles.css} +1 -1
  147. package/docs/static/hour-of-code/2021/Rowdies/OFL.txt +93 -0
  148. package/docs/static/hour-of-code/2021/Rowdies/Rowdies-Bold.ttf +0 -0
  149. package/docs/static/hour-of-code/2021/Rowdies/Rowdies-Regular.ttf +0 -0
  150. package/docs/static/hour-of-code/2021/beginner-skillmap.png +0 -0
  151. package/docs/static/hour-of-code/2021/favicon.png +0 -0
  152. package/docs/static/hour-of-code/2021/forest-skillmap-game.gif +0 -0
  153. package/docs/static/hour-of-code/2021/game-jam-hero.png +0 -0
  154. package/docs/static/hour-of-code/2021/hoc-2020.png +0 -0
  155. package/docs/static/hour-of-code/2021/hoc-card.png +0 -0
  156. package/docs/static/hour-of-code/2021/hoc-header-educators.png +0 -0
  157. package/docs/static/hour-of-code/2021/hoc-header-plane.gif +0 -0
  158. package/docs/static/hour-of-code/2021/hoc-header-scene.gif +0 -0
  159. package/docs/static/hour-of-code/2021/jungle-skillmap.png +0 -0
  160. package/docs/static/hour-of-code/2021/makecode-example.png +0 -0
  161. package/docs/static/hour-of-code/2021/microbit.png +0 -0
  162. package/docs/static/hour-of-code/2021/minecraft.png +0 -0
  163. package/docs/static/hour-of-code/2021/rockstar-skillmap.png +0 -0
  164. package/docs/static/hour-of-code/2021/styles.css +660 -62
  165. package/docs/static/logo.png +0 -0
  166. package/docs/static/skillmap/assets/my-assets-three.png +0 -0
  167. package/docs/static/skillmap/assets/sprite-from-container.gif +0 -0
  168. package/docs/static/skillmap/backgrounds/jungle-bg.png +0 -0
  169. package/docs/static/skillmap/backgrounds/jungle-map.png +0 -0
  170. package/docs/static/skillmap/backgrounds/rock-map.png +0 -0
  171. package/docs/static/skillmap/backgrounds/rockstar-card.gif +0 -0
  172. package/docs/static/skillmap/backgrounds/space-comp.png +0 -0
  173. package/docs/static/skillmap/backgrounds/space.png +0 -0
  174. package/docs/static/skillmap/certificates/forest-cert.pdf +0 -0
  175. package/docs/static/skillmap/certificates/forest-cert.png +0 -0
  176. package/docs/static/skillmap/certificates/jungle-cert.pdf +0 -0
  177. package/docs/static/skillmap/certificates/jungle-cert.png +0 -0
  178. package/docs/static/skillmap/certificates/rockstar-cert.pdf +0 -0
  179. package/docs/static/skillmap/certificates/rockstar-cert.png +0 -0
  180. package/docs/static/skillmap/certificates/shark-cert.pdf +0 -0
  181. package/docs/static/skillmap/certificates/shark-cert.png +0 -0
  182. package/docs/static/skillmap/certificates/space-cert.pdf +0 -0
  183. package/docs/static/skillmap/certificates/space-cert.png +0 -0
  184. package/docs/static/skillmap/pongo/pongo1.gif +0 -0
  185. package/docs/static/skillmap/pongo/pongo2gif +0 -0
  186. package/docs/static/skillmap/pongo/pongo3.gif +0 -0
  187. package/docs/static/skillmap/racer/racer1.gif +0 -0
  188. package/docs/static/skillmap/racer/racer2.gif +0 -0
  189. package/docs/static/skillmap/racer/racer3.gif +0 -0
  190. package/docs/static/skillmap/rockstar/rockstar1.gif +0 -0
  191. package/docs/static/skillmap/rockstar/rockstar2.gif +0 -0
  192. package/docs/static/skillmap/rockstar/rockstar3.gif +0 -0
  193. package/docs/static/skillmap/shark/shark1-simple.gif +0 -0
  194. package/docs/static/skillmap/shark/shark4a-simple.gif +0 -0
  195. package/docs/static/skillmap/zoo/overlaps-food-sprite.gif +0 -0
  196. package/docs/tutorials/barrel-dodger.md +4 -4
  197. package/docs/tutorials/collect-the-clovers.md +2 -2
  198. package/docs/tutorials/froggy.md +105 -90
  199. package/docs/tutorials/hundred.md +400 -0
  200. package/package.json +3 -3
  201. package/pxtarget.json +3 -2
  202. package/targetconfig.json +4 -1
  203. package/docs/recipes/wonder-woman-1984/01-maze.md +0 -291
  204. package/docs/recipes/wonder-woman-1984/02-artifact.md +0 -70
  205. package/docs/recipes/wonder-woman-1984/03-enemies.md +0 -65
  206. package/docs/skillmap/forest/forest9.md +0 -714
  207. package/docs/static/hour-of-code/2021/placeholder.png +0 -0
  208. package/docs/static/hour-of-code/ww-maze.png +0 -0
  209. package/docs/static/recipes/wonder-woman-1984/artifact-preview.png +0 -0
  210. package/docs/static/recipes/wonder-woman-1984/artifacts-location.gif +0 -0
  211. package/docs/static/recipes/wonder-woman-1984/draw-maze-backup.png +0 -0
  212. package/docs/static/recipes/wonder-woman-1984/draw-walls-backup.png +0 -0
  213. package/docs/static/recipes/wonder-woman-1984/end-position.png +0 -0
  214. package/docs/static/recipes/wonder-woman-1984/enemies-location.gif +0 -0
  215. package/docs/static/recipes/wonder-woman-1984/enemies-preview.png +0 -0
  216. package/docs/static/recipes/wonder-woman-1984/fill-maze.gif +0 -0
  217. package/docs/static/recipes/wonder-woman-1984/fill-walls.gif +0 -0
  218. package/docs/static/recipes/wonder-woman-1984/wonder-woman3.png +0 -0
  219. package/docs/static/recipes/wonder-woman-1984/ww-splash3.gif +0 -0
  220. package/docs/static/recipes/wonder-woman-1984/ww-splash3.mp4 +0 -0
  221. package/docs/static/ww84-background.png +0 -0
  222. package/docs/static/ww84-header.png +0 -0
  223. package/docs/ww84.html +0 -276
  224. package/sim/public/locales/zh-CN/bundled-strings.json +0 -1800
  225. package/sim/public/locales/zh-CN/target-strings.json +0 -13
  226. package/sim/public/locales/zh-TW/bundled-strings.json +0 -1903
  227. package/sim/public/locales/zh-TW/target-strings.json +0 -8
@@ -448,11 +448,11 @@
448
448
  ],
449
449
  "uploadDocs": true,
450
450
  "versions": {
451
- "branch": "v1.7.3",
452
- "tag": "v1.7.3",
453
- "commits": "https://github.com/microsoft/pxt-arcade/commits/5f25293cb2206b608be9e3b76c2d8d42a3ad7449",
454
- "target": "1.7.3",
455
- "pxt": "7.3.4"
451
+ "branch": "v1.7.7",
452
+ "tag": "v1.7.7",
453
+ "commits": "https://github.com/microsoft/pxt-arcade/commits/4411524b2bff999804c5f504cac0b175b0bf6b9d",
454
+ "target": "1.7.7",
455
+ "pxt": "7.3.7"
456
456
  },
457
457
  "blocksprj": {
458
458
  "id": "blocksprj",
package/built/theme.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "logoUrl": "https://makecode.com/org",
3
3
  "logo": "@cdnUrl@/blob/e9dfde3b71399a21bd1f586efa4748d0fa6775a0/static/logo.svg",
4
4
  "docsLogo": "@cdnUrl@/blob/e9dfde3b71399a21bd1f586efa4748d0fa6775a0/static/logo.svg",
5
- "cardLogo": "@cdnUrl@/blob/e9dfde3b71399a21bd1f586efa4748d0fa6775a0/static/logo.svg",
5
+ "cardLogo": "@cdnUrl@/blob/9ab4abfcdff3405e5cca8a3c38e129aec2b363e3/static/logo.png",
6
6
  "portraitLogo": "@cdnUrl@/blob/e9dfde3b71399a21bd1f586efa4748d0fa6775a0/static/logo.svg",
7
7
  "footerLogo": "@cdnUrl@/blob/e9dfde3b71399a21bd1f586efa4748d0fa6775a0/static/logo.svg",
8
8
  "organization": "Microsoft MakeCode",
@@ -106,7 +106,8 @@
106
106
  "recipes",
107
107
  "tutorialBlocksDiff",
108
108
  "blocksErrorList",
109
- "identity"
109
+ "identity",
110
+ "accessibleBlocks"
110
111
  ],
111
112
  "blocksCollapsing": true,
112
113
  "errorList": true,
@@ -0,0 +1,459 @@
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <meta http-equiv="X-UA-Compatible" content="IE=edge" />
5
+ <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
6
+ <title>MakeCode Arcade Game Jam</title>
7
+ <meta name="twitter:card" content="summary_large_image" />
8
+ <meta
9
+ name="twitter:url"
10
+ content="https://arcade.makecode.com/gamejam"
11
+ />
12
+ <meta name="twitter:title" content="MakeCode Arcade Game Jam" />
13
+ <meta name="twitter:site" content="@MsMakeCode" />
14
+ <meta name="twitter:creator" content="@MsMakeCode" />
15
+ <meta
16
+ name="twitter:description"
17
+ content="A MakeCode Arcade game jam!"
18
+ />
19
+ <meta
20
+ name="twitter:image"
21
+ content="/static/gamejam/jams/global-2021/assets/preview.png"
22
+ />
23
+ <meta
24
+ name="viewport"
25
+ content="width=device-width,height=device-height,user-scalable=no,initial-scale=1.0,maximum-scale=1.0,minimum-scale=1.0"
26
+ />
27
+ <link
28
+ rel="stylesheet"
29
+ href="https://pxt.azureedge.net/blob/2163189fd5e35c0981ed55318415582a7c9aeb12/doccdn/semantic.css"
30
+ type="text/css"
31
+ />
32
+ <style>
33
+ @font-face {
34
+ font-family: 'Rowdies';
35
+ src: url('/static/hour-of-code/2021/Rowdies/Rowdies-Bold.ttf')
36
+ format('truetype');
37
+ }
38
+ </style>
39
+
40
+ <link rel="stylesheet" href="/static/hour-of-code/2021/styles.css" />
41
+ <link rel="stylesheet" href="/static/gamejam/lib/gamejam.css" />
42
+ <link
43
+ rel="stylesheet"
44
+ href="/static/gamejam/jams/global-2021/style.css"
45
+ />
46
+
47
+ <script type="text/javascript">
48
+ window.pxtSkipAnalyticsCookie = true;
49
+ </script>
50
+ </head>
51
+
52
+ <body class="background-eggplant">
53
+ <nav id="header-bar" class="background-eggplant" style="height: 60px">
54
+ <div class="header-bar-left">
55
+ <a
56
+ href="https://www.microsoft.com/en-us/makecode"
57
+ onClick="window.pxtTickEvent('hourofcode2021.header.logo')"
58
+ ><div class="header-org-logo" role="menuitem">
59
+ <img
60
+ src="/static/logo/Microsoft_logo_rgb_W-white_D.png"
61
+ alt="Microsoft"
62
+ />
63
+ </div>
64
+ <div class="header-org-logo-sm" role="menuitem">
65
+ <img
66
+ src="/static/logo/Microsoft_logo_rgb_W-white_D-square.png"
67
+ alt="Microsoft"
68
+ />
69
+ </div>
70
+ <div class="header-title" role="menuitem">
71
+ <span>MakeCode</span>
72
+ </div>
73
+ </a>
74
+ </div>
75
+ <div class="header-bar-right">
76
+ <a
77
+ class="header-icon"
78
+ role="menuitem"
79
+ aria-label="Return home"
80
+ tabindex="0"
81
+ href="https://arcade.makecode.com/"
82
+ onClick="window.pxtTickEvent('hourofcode2021.header.home')"
83
+ >
84
+ <i
85
+ class="icon home"
86
+ aria-hidden="true"
87
+ role="presentation"
88
+ ></i>
89
+ </a>
90
+ </div>
91
+ </nav>
92
+
93
+ <div class="hero">
94
+ <div class="banner">
95
+ <img
96
+ class="top"
97
+ src="/static/gamejam/jams/global-2021/assets/banner.png"
98
+ />
99
+ </div>
100
+ </div>
101
+
102
+ <div class="content">
103
+ <section class="hoc-section-01">
104
+ <div class="section-text">
105
+ <h3 class="title display-font sunflower">
106
+ Global MakeCode Arcade Game Jam!
107
+ </h3>
108
+ <p>
109
+ Microsoft MakeCode has partnered with the US State
110
+ Department to bring you the
111
+ inaugural Global MakeCode Arcade Game Jam! Practice your
112
+ game development skills in this worldwide competition
113
+ using MakeCode Arcade, a platform that lets you build
114
+ your own retro-style video game.
115
+ </p>
116
+ <p>
117
+ Once the theme of the Game Jam is announced on
118
+ <b class="sunflower">November 29th</b>, you'll have
119
+ three weeks to create and submit your game. We can't
120
+ wait to see what you make!
121
+ </p>
122
+ </div>
123
+ </section>
124
+
125
+ <section class="hoc-aside-01 background-marina">
126
+ <div class="wrapper">
127
+ <div class="aside-text">
128
+ <h3 class="title display-font">And the theme is...</h3>
129
+ <p>
130
+ The countdown starts now! Tune-in on
131
+ <b>November 29th at 9 AM PST</b> to find out the
132
+ theme of the game jam and what you need to do to get
133
+ started.
134
+ </p>
135
+ </div>
136
+
137
+ <div class="hero" id="timer"></div>
138
+ </div>
139
+ </section>
140
+
141
+ <!-- AFTER COUNTDOWN CONTENT
142
+
143
+ <section class="hoc-aside-01 background-marina">
144
+ <div class='wrapper'>
145
+ <div class="aside-text">
146
+ <h3 class="title display-font">
147
+ And the Theme Is...<em>Climate</em>
148
+ </h3>
149
+ <p>
150
+ The climate crisis has become more urgent than ever. In
151
+ the past few years, we have witnessed record-breaking
152
+ temperatures, intense floods, storms, drought, and
153
+ wildfires as they devastate communities around the
154
+ world. As global citizens, we need to take
155
+ bold action immediately.
156
+ </p>
157
+ <p>
158
+ The first step in tackling climate crisis is deepening
159
+ our understanding of the issue so we can develop
160
+ sustainable solutions.
161
+ </p>
162
+ <p>
163
+ Using MakeCode Arcade, build a game that helps others
164
+ understand the impact of behaviors on our planet and the
165
+ ways in which we all must play a role in solving these
166
+ global issues.  Whether your game focuses
167
+ on the way humans impact the melting of the ice
168
+ caps or ideas for transitioning to renewable energy,
169
+ share your knowledge of the climate crisis and encourage
170
+ those playing your game to take action in their own
171
+ lives! 
172
+ </p>
173
+ <a
174
+ class="btn"
175
+ target="_blank"
176
+ rel="noreferrer"
177
+ href="https://www.state.gov/policy-issues/climate-crisis/"
178
+ ><h5 class="display-font">Learn More</h5></a
179
+ >
180
+ </div>
181
+ <div class="hero background-sunflower"></div>
182
+ </div>
183
+ </section>
184
+ -->
185
+
186
+ <section class="rules hoc-section">
187
+ <h3 class="title display-font sunflower">Game Jam Rules</h3>
188
+ <ol>
189
+ <li>Games must be build in MakeCode Arcade</li>
190
+ <li>
191
+ Your game must relate to the provided theme. Someone
192
+ playing your game should be able to see how it relates
193
+ to the theme without extra explanation.
194
+ </li>
195
+ <li>
196
+ Keep the games PG: no NSFW, offensive, or excessively
197
+ violent content.
198
+ </li>
199
+ <li>
200
+ All games must be submitted by someone who is at least
201
+ 13 years old by <b class="sunflower">December 17th</b>.
202
+ Younger students are welcome to participate, but it must
203
+ be in partnership with a student over 13.
204
+ </li>
205
+ </ol>
206
+ </section>
207
+
208
+ <section class="submit hoc-section background-papaya">
209
+ <div class="wrapper">
210
+ <h3 class="title display-font">Submit Your Game</h3>
211
+ <p>
212
+ Don’t to forget to submit your game before
213
+ <b>December 17th</b>
214
+ for your chance to be featured! Standout games will be
215
+ highlighted here and on MakeCode social media channels.
216
+ </p>
217
+ <p>
218
+ Follow us on
219
+ <a
220
+ href="https://www.instagram.com/msmakecode"
221
+ target="_blank"
222
+ rel="noreferrer"
223
+ >Instagram</a
224
+ >
225
+ or
226
+ <a
227
+ href="https://twitter.com/msmakecode"
228
+ target="_blank"
229
+ rel="noreferrer"
230
+ >Twitter</a
231
+ >
232
+ to find out who made our list of favorites.
233
+ </p>
234
+ <div class="actions">
235
+ <a
236
+ class="btn hidden"
237
+ href=""
238
+ target="_blank"
239
+ rel="noopener noreferrer"
240
+ ><h5 class="display-font">Submit on itch.io</h5></a
241
+ >
242
+ <a
243
+ class="btn display-font"
244
+ href="URL HERE"
245
+ target="_blank"
246
+ rel="noopener noreferrer"
247
+ >
248
+ <h5 class="display-font">Submit Your Game</h5>
249
+ </a>
250
+ </div>
251
+ </div>
252
+ </section>
253
+
254
+ <section class="new hoc-aside-01 background-marina">
255
+ <div class="wrapper">
256
+ <div class="aside-text">
257
+ <h3 class="title display-font">New to MakeCode?</h3>
258
+ <p>
259
+ If you’ve never written code or used MakeCode Arcade
260
+ before, no worries! Try our climate themed Hour of
261
+ Code™ activity or our Beginner Skillmap to get down
262
+ the basics.
263
+ </p>
264
+ <div class="buttons">
265
+ <a
266
+ class="btn"
267
+ href="https://arcade.makecode.com/--skillmap#beginner"
268
+ target="_blank"
269
+ rel="noreferrer"
270
+ ><h5 class="display-font">
271
+ Beginner Skillmap
272
+ </h5></a
273
+ >
274
+ <a
275
+ class="btn"
276
+ href="https://arcade.makecode.com/hour-of-code"
277
+ target="_blank"
278
+ rel="noreferrer"
279
+ ><h5 class="display-font">Hour of Code</h5></a
280
+ >
281
+ </div>
282
+ </div>
283
+ <div
284
+ class="hero"
285
+ style="
286
+ background-image: url('/static/hour-of-code/2021/forest-skillmap-game.gif');
287
+ "
288
+ ></div>
289
+ </div>
290
+ </section>
291
+
292
+ <section class="hoc-section">
293
+ <h3 class="title display-font sunflower">Educator Training</h3>
294
+ <p>
295
+ Sign for free training on how to run the Hour of Code
296
+ Activity and Global MakeCode Arcade Game Jam in your
297
+ classroom. We’ll cover how to use the MakeCode Arcade
298
+ Platform, learning objectives, and more!
299
+ </p>
300
+ <a class="btn" href="" target="_blank" rel="noreferrer"
301
+ ><h5 class="display-font">Free Training</h5></a
302
+ >
303
+ </section>
304
+ <section class="hoc-section">
305
+ <h3 class="title display-font sunflower">More Game Jam!</h3>
306
+ <p>
307
+ Want to put on your own game jam? Check out our
308
+ <a href="" target="_blank" rel="noreferrer">how-to guide</a
309
+ >.
310
+ </p>
311
+ </section>
312
+
313
+ <!-- TODO: Winners section
314
+ Sections:
315
+ - Game Jam Winners!
316
+ - Title
317
+ - Paragraph
318
+ - First Place
319
+ - Image
320
+ - Paragraph
321
+ - Second Place
322
+ - Image
323
+ - Paragraph
324
+ - Third Place
325
+ - Image
326
+ - Paragraph
327
+ - Honorable Mentions
328
+ - Paragraph
329
+ - Grid
330
+ - Image
331
+ - Author / Link
332
+ - Description
333
+ - Gallery
334
+ <div class="segment gallery">
335
+ <h2>Gallery</h2>
336
+ <p class="description">Check out the submitted games!</p>
337
+ <div id="gallery"></div>
338
+ </div>
339
+ -->
340
+
341
+ <section class="hoc-aside-02 background-papaya">
342
+ <div class="aside-text">
343
+ <h3 class="title display-font">
344
+ Follow us on Social Media
345
+ </h3>
346
+ <p>
347
+ Share your game with us on social media. Tag us in your
348
+ creations using @msmakecode or the hashtag #makecode.
349
+ And don't forget to follow us to find out about the
350
+ newest MakeCode Arcade updates, games, and competitions!
351
+ </p>
352
+ <div class="social-buttons">
353
+ <a
354
+ href="https://www.instagram.com/msmakecode"
355
+ target="_blank"
356
+ rel="noreferrer"
357
+ onClick="window.pxtTickEvent('hourofcode2021.social.instagram')"
358
+ >
359
+ <i class="icon instagram"></i>
360
+ </a>
361
+ <a
362
+ href="https://www.youtube.com/microsoftmakecode"
363
+ target="_blank"
364
+ rel="noreferrer"
365
+ onClick="window.pxtTickEvent('hourofcode2021.social.youtube')"
366
+ >
367
+ <i class="icon youtube"></i>
368
+ </a>
369
+ <a
370
+ href="https://twitter.com/msmakecode"
371
+ target="_blank"
372
+ rel="noreferrer"
373
+ onClick="window.pxtTickEvent('hourofcode2021.social.twitter')"
374
+ >
375
+ <i class="icon twitter"></i>
376
+ </a>
377
+ <a
378
+ href="https://www.twitch.tv/msmakecode"
379
+ target="_blank"
380
+ rel="noreferrer"
381
+ onClick="window.pxtTickEvent('hourofcode2021.social.twitch')"
382
+ >
383
+ <i class="icon twitch"></i>
384
+ </a>
385
+ <a
386
+ href="https://www.tiktok.com/@msmakecode"
387
+ target="_blank"
388
+ rel="noreferrer"
389
+ onClick="window.pxtTickEvent('hourofcode2021.social.tiktok')"
390
+ >
391
+ <svg
392
+ aria-hidden="true"
393
+ focusable="false"
394
+ data-prefix="fab"
395
+ data-icon="tiktok"
396
+ class="svg-inline--fa fa-tiktok fa-w-14"
397
+ role="img"
398
+ xmlns="http://www.w3.org/2000/svg"
399
+ viewBox="0 0 448 512"
400
+ >
401
+ <path
402
+ d="M448,209.91a210.06,210.06,0,0,1-122.77-39.25V349.38A162.55,162.55,0,1,1,185,188.31V278.2a74.62,74.62,0,1,0,52.23,71.18V0l88,0a121.18,121.18,0,0,0,1.86,22.17h0A122.18,122.18,0,0,0,381,102.39a121.43,121.43,0,0,0,67,20.14Z"
403
+ ></path>
404
+ </svg>
405
+ </a>
406
+ </div>
407
+ </div>
408
+ </section>
409
+
410
+ <footer class="hoc-footer background-papaya">
411
+ <div class="msft">
412
+ <img
413
+ src="/static/logo/Microsoft_logo_rgb_W-white_D.png"
414
+ alt="Microsoft"
415
+ />
416
+ </div>
417
+ <div class="text-content">
418
+ <a
419
+ href="https://www.microsoft.com/en-us/makecode/about"
420
+ target="_blank"
421
+ rel="noreferrer"
422
+ onClick="window.pxtTickEvent('hourofcode2021.footer.about')"
423
+ >Microsoft MakeCode</a
424
+ >
425
+ <a
426
+ href="https://www.microsoft.com/en-us/legal/terms-of-use"
427
+ target="_blank"
428
+ rel="noreferrer"
429
+ onClick="window.pxtTickEvent('hourofcode2021.footer.terms')"
430
+ >Terms of Use</a
431
+ >
432
+ <a
433
+ href="https://privacy.microsoft.com/en-us/privacystatement"
434
+ target="_blank"
435
+ rel="noreferrer"
436
+ onClick="window.pxtTickEvent('hourofcode2021.footer.privacy')"
437
+ >Privacy</a
438
+ >
439
+ </div>
440
+ </footer>
441
+ </div>
442
+
443
+ <!-- @include tracking.html -->
444
+ <!-- @include tickevent.html -->
445
+
446
+ <script
447
+ type="text/javascript"
448
+ src="https://pxt.azureedge.net/blob/555c1dc1d9da18154cb48388d5e494f3f16119f8/marked/marked.min.js"
449
+ ></script>
450
+ <script
451
+ type="text/javascript"
452
+ src="https://pxt.azureedge.net/blob/3c168a772b9e4cbf3ecb648148cfb2f966e8a578/pxtembed.js"
453
+ ></script>
454
+ <script src="/static/gamejam/lib/gamejam.js"></script>
455
+ <script>
456
+ getInfo('/static/gamejam/jams/global-2021/info.json');
457
+ </script>
458
+ </body>
459
+ </html>
@@ -0,0 +1,27 @@
1
+ # Hour of Code
2
+
3
+ Join us in celebrating this year's Computer Science Education Week by playing, designing and coding your very own retro arcade games!
4
+
5
+ ## Activities
6
+
7
+ ```codecard
8
+ [
9
+ {
10
+ "name": "2021 Hour of Code",
11
+ "description": "Code a fire-fighting airtanker plane with Microsoft MakeCode Arcade that sprays water to put out the forest fires!",
12
+ "url": "/hour-of-code-2021",
13
+ "imageUrl": "/static/hour-of-code/2021/forest-skillmap-game.gif"
14
+ },
15
+ {
16
+ "name": "2020 Hour of Code",
17
+ "description": "Design game art, code a shark adventure, and play a logic game in these three hour-long activities!",
18
+ "url": "/hour-of-code-2020",
19
+ "imageUrl": "/static/hour-of-code/2020/card.png"
20
+ }
21
+ ]
22
+ ```
23
+
24
+ ## See also
25
+
26
+ [2021 Hour of Code](/hour-of-code-2021),
27
+ [2020 Hour of Code](/hour-of-code-2020)