From 405950477637336f9a6d400b23a5723a860b4e69 Mon Sep 17 00:00:00 2001 From: Hassan Sufi Date: Thu, 19 Dec 2024 12:00:54 -0700 Subject: [PATCH 1/3] Update CDN for ts and tsx files --- docs/static/gamejam/lib/gamejam.js | 2 +- docs/static/gamejam/lib/gamejam.ts | 2 +- share/src/components/HeaderBar.tsx | 2 +- share/src/telemetry/appinsights.ts | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/static/gamejam/lib/gamejam.js b/docs/static/gamejam/lib/gamejam.js index c3698a6277f..fa3ad26fd84 100644 --- a/docs/static/gamejam/lib/gamejam.js +++ b/docs/static/gamejam/lib/gamejam.js @@ -200,7 +200,7 @@ function makeGameCard(game) { link.href = game.url || "https://arcade.makecode.com/".concat(game.id); var textLink = link.cloneNode(); var img = document.createElement("img"); - img.src = "https://pxt.azureedge.net/api/".concat(game.id, "/thumb"); + img.src = "https://cdn.makecode.com/api/".concat(game.id, "/thumb"); img.onerror = function () { var div = document.createElement("div"); div.setAttribute("class", "placeholder"); diff --git a/docs/static/gamejam/lib/gamejam.ts b/docs/static/gamejam/lib/gamejam.ts index 8230da8df95..d3b580ed4b8 100644 --- a/docs/static/gamejam/lib/gamejam.ts +++ b/docs/static/gamejam/lib/gamejam.ts @@ -228,7 +228,7 @@ function makeGameCard(game: Game) { link.href = game.url || `https://arcade.makecode.com/${game.id}`; let textLink = link.cloneNode() as HTMLElement; let img = document.createElement("img"); - img.src = `https://pxt.azureedge.net/api/${game.id}/thumb`; + img.src = `https://cdn.makecode.com/api/${game.id}/thumb`; img.onerror = () => { let div = document.createElement("div"); div.setAttribute("class", "placeholder"); diff --git a/share/src/components/HeaderBar.tsx b/share/src/components/HeaderBar.tsx index c0c8142bce1..355bd82f76e 100644 --- a/share/src/components/HeaderBar.tsx +++ b/share/src/components/HeaderBar.tsx @@ -9,7 +9,7 @@ const HeaderBar: React.FC = () => {
Microsoft MakeCode Icon
- Microsoft Logo + Microsoft Logo
); } diff --git a/share/src/telemetry/appinsights.ts b/share/src/telemetry/appinsights.ts index 3685b4ea3a5..3e47f04305d 100644 --- a/share/src/telemetry/appinsights.ts +++ b/share/src/telemetry/appinsights.ts @@ -9,7 +9,7 @@ export function loadAppInsights(includeCookie: any) { disableExceptionTracking: true, isCookieUseDisabled: !includeCookie, isStorageUseDisabled: !includeCookie, - url: "https://pxt.azureedge.net/blob/dd22520c096be24e7432f5b46e8aad59711f31f0/ai.0.js" // Hardcode docs CDN url for experiment + url: "https://cdn.makecode.com/blob/dd22520c096be24e7432f5b46e8aad59711f31f0/ai.0.js" // Hardcode docs CDN url for experiment }); (window as any).appInsights = appInsights; From 7c9024742959c806527d185ab612094e389bc6b8 Mon Sep 17 00:00:00 2001 From: Hassan Sufi Date: Thu, 19 Dec 2024 12:05:24 -0700 Subject: [PATCH 2/3] Update CDN for markdown files --- docs/courses/summer-training.md | 16 +++++++-------- docs/game-jam.md | 20 +++++++++---------- docs/projects.md | 2 +- .../gamejam/jams/female-gamechangers/rules.md | 8 ++++---- docs/static/gamejam/jams/ocean/rules.md | 14 ++++++------- docs/static/gamejam/jams/prehistoric/rules.md | 8 ++++---- docs/static/gamejam/jams/traffic/rules.md | 12 +++++------ 7 files changed, 40 insertions(+), 40 deletions(-) diff --git a/docs/courses/summer-training.md b/docs/courses/summer-training.md index 68e37a481ee..e1f394b5b63 100644 --- a/docs/courses/summer-training.md +++ b/docs/courses/summer-training.md @@ -1,5 +1,5 @@ -![MakeCode Hero Image](https://pxt.azureedge.net/blob/67e56508413dd82807151fefa88b9c8cb2f03392/static/images/hero.png) +![MakeCode Hero Image](https://cdn.makecode.com/blob/67e56508413dd82807151fefa88b9c8cb2f03392/static/images/hero.png) @@ -36,7 +36,7 @@ We will be hosting three **free** online trainings, leading up to a special in-p "name": "Micro:bit at CSTA", "description": "Join us in Vegas on 7/16/24 for an introduction to using micro:bit in the classroom", "url":"https://aka.ms/CSTA24reg", - "imageUrl": "https://pxt.azureedge.net/blob/ce157b871e8d7330375d8dc8ade57d7426259ef4/static/electron-icons.icns", + "imageUrl": "https://cdn.makecode.com/blob/ce157b871e8d7330375d8dc8ade57d7426259ef4/static/electron-icons.icns", "label": "In Person on 7/16/24", "labelClass": "black ribbon large" } @@ -52,14 +52,14 @@ This year, we will be hosting two separate cohorts of each session for both the "name": "Intro to CS PD #1", "description": "Click here to register through Infosys Pathfinders to take part in this online 40-hour professional learning introduction to our entry level Intro to CS with MakeCode Arcade curriculum", "url":"https://pathfinders.onwingspan.com/web/en/app/event-details/makeCode", - "imageUrl": "https://pxt.azureedge.net/blob/6fc548f43baa08998bdc2bd7221cc740244d65f5/static/courses/teals-introcs.jpg", + "imageUrl": "https://cdn.makecode.com/blob/6fc548f43baa08998bdc2bd7221cc740244d65f5/static/courses/teals-introcs.jpg", "label": "Online 6/3/24 - 6/7/24", "labelClass": "orange ribbon large" }, { "name": "Intro to CS PD #2", "description": "Click here to register through Infosys Pathfinders to take part in this online 40-hour professional learning introduction to our entry level Intro to CS with MakeCode Arcade curriculum", "url":"https://pathfinders.onwingspan.com/web/en/app/event-details/makeCode", - "imageUrl": "https://pxt.azureedge.net/blob/6fc548f43baa08998bdc2bd7221cc740244d65f5/static/courses/teals-introcs.jpg", + "imageUrl": "https://cdn.makecode.com/blob/6fc548f43baa08998bdc2bd7221cc740244d65f5/static/courses/teals-introcs.jpg", "label": "Online 7/29/24 - 8/2/24", "labelClass": "orange ribbon large" } @@ -71,14 +71,14 @@ This year, we will be hosting two separate cohorts of each session for both the "name": "AP CS Prinicples #1", "description": "Click here to register for this online professional learning opportunity for the MakeCode AP CS Principles course. (Session #1)", "url": "https://events.teams.microsoft.com/event/068ed173-0075-493a-be29-8d9784b2717f@38dd6634-1031-4c50-a9b4-d16cd9d97d57", - "imageUrl": "https://pxt.azureedge.net/blob/2f29e06f0ce78fc647a0f19ea4acadd0ea29563c/static/courses/csp.png", + "imageUrl": "https://cdn.makecode.com/blob/2f29e06f0ce78fc647a0f19ea4acadd0ea29563c/static/courses/csp.png", "label": "Online 6/17/24 - 6/22/24", "labelClass": "orange ribbon large" },{ "name": "AP CS Prinicples #2", "description": "Click here to register for this online professional learning opportunity for the MakeCode AP CS Principles course. (Session #2)", "url": "https://events.teams.microsoft.com/event/ee217aa0-7581-432b-b828-b0972328b25d@38dd6634-1031-4c50-a9b4-d16cd9d97d57", - "imageUrl": "https://pxt.azureedge.net/blob/2f29e06f0ce78fc647a0f19ea4acadd0ea29563c/static/courses/csp.png", + "imageUrl": "https://cdn.makecode.com/blob/2f29e06f0ce78fc647a0f19ea4acadd0ea29563c/static/courses/csp.png", "label": "Online 7/22/24 - 7/26/24", "labelClass": "orange ribbon large" } @@ -93,14 +93,14 @@ This year, we will be hosting two separate cohorts of each session for both the "name": "Teach Minecraft Code", "description": "All you need to know has been presented in this easy to follow PDF.", "url":"https://aka.ms/carnivalGuide", - "imageUrl": "https://pxt.azureedge.net/blob/67b55f01ae0289333b6900632b6edc08d74462a8/static/live-coding/eO8cXUjwrmM.jpg", + "imageUrl": "https://cdn.makecode.com/blob/67b55f01ae0289333b6900632b6edc08d74462a8/static/live-coding/eO8cXUjwrmM.jpg", "label": "Online 6/17/24 - 6/22/24", "labelClass": "green ribbon large" }, { "name": "Resources Drive", "description": "This is home base for all of the resources that accompany the Code a Carnival Lesson", "url":"https://aka.ms/carnivalDrive", - "imageUrl": "https://pxt.azureedge.net/blob/6ad07456e1cb95a5339fb6562e1589cc9d65608d/static/mods/gladiator.jpg", + "imageUrl": "https://cdn.makecode.com/blob/6ad07456e1cb95a5339fb6562e1589cc9d65608d/static/mods/gladiator.jpg", "label": "Online 6/17/24 - 6/22/24", "labelClass": "green ribbon large" } diff --git a/docs/game-jam.md b/docs/game-jam.md index 8cda4ee8e8f..9f307855950 100644 --- a/docs/game-jam.md +++ b/docs/game-jam.md @@ -9,70 +9,70 @@ Check out the winners of the 9th Official Microsoft MakeCode Game Jam, featuring * author: Peppercorn Studios * url: https://arcade.makecode.com/98537-40423-47522-15861 * cardType: sharedExample -* imageUrl: https://pxt.azureedge.net/api/98537-40423-47522-15861/thumb +* imageUrl: https://cdn.makecode.com/api/98537-40423-47522-15861/thumb --- * name: Lady Lovelace's Time Machine * description: Repair your time machine with the help of Ada Lovelace and other Women from history! Created by verisutha * author: verisutha * url: https://arcade.makecode.com/58950-52861-22099-51073 * cardType: sharedExample -* imageUrl: https://pxt.azureedge.net/api/58950-52861-22099-51073/thumb +* imageUrl: https://cdn.makecode.com/api/58950-52861-22099-51073/thumb --- * name: The Adventures of Frances Perkins * description: Play as civil rights activist Frances Perkins as she saves children from being forced into child labor! Created by Brohann * author: Brohann * url: https://arcade.makecode.com/24653-68670-93715-48748 * cardType: sharedExample -* imageUrl: https://pxt.azureedge.net/api/24653-68670-93715-48748/thumb +* imageUrl: https://cdn.makecode.com/api/24653-68670-93715-48748/thumb --- * name: Grace Hopper's Hop-O-Matic * description: Take on the role of Grace Hopper's compiler as it processes source code into ones and zeroes! Created by rymc88 * author: rymc88 * url: https://arcade.makecode.com/14599-75222-61879-27532 * cardType: sharedExample -* imageUrl: https://pxt.azureedge.net/api/14599-75222-61879-27532/thumb +* imageUrl: https://cdn.makecode.com/api/14599-75222-61879-27532/thumb --- * name: Blast and Slash * description: Blast and slash your way through the desert in this addictive female-led roguelike game! Collect money to unlock upgrades in preparation for the climactic boss battle! Created by Lucas_M/DangerKitty * author: Lucas_M/DangerKitty * url: https://arcade.makecode.com/98398-96774-94162-09922 * cardType: sharedExample -* imageUrl: https://pxt.azureedge.net/api/98398-96774-94162-09922/thumb +* imageUrl: https://cdn.makecode.com/api/98398-96774-94162-09922/thumb --- * name: Amanda Gorman and "The Hill We Climb" * description: Play as poet Amanda Gorman as she composes her poem for President Biden's inauguration! Created by Ceggiebear * author: Ceggiebear * url: https://arcade.makecode.com/81763-74727-74866-09375 * cardType: sharedExample -* imageUrl: https://pxt.azureedge.net/api/81763-74727-74866-09375/thumb +* imageUrl: https://cdn.makecode.com/api/81763-74727-74866-09375/thumb --- * name: Megan Rapinoe * description: Play as Megan Rapinoe in this classic shmup game with a twist! Switch your hair color to wrack up a score multiplier for major points! Created by GoMustangs * author: GoMustangs * url: https://arcade.makecode.com/38226-95731-47070-73388 * cardType: sharedExample -* imageUrl: https://pxt.azureedge.net/api/38226-95731-47070-73388/thumb +* imageUrl: https://cdn.makecode.com/api/38226-95731-47070-73388/thumb --- * name: Amelia Earhart: Aviator Extraordinaire * description: Recreate famous flights from Amelia Earhart's life in this flight simulator! Created by Blobbey * author: Blobbey * url: https://arcade.makecode.com/75876-49918-50592-15147 * cardType: sharedExample -* imageUrl: https://pxt.azureedge.net/api/75876-49918-50592-15147/thumb +* imageUrl: https://cdn.makecode.com/api/75876-49918-50592-15147/thumb --- * name: FOR ALL WOMANKIND * description: Play as a team of astronauts trying to land their shuttlecraft in this game dedicated to Katherine Johnson! Created by Oscar * author: Oscar * url: https://arcade.makecode.com/76909-17578-71814-49492 * cardType: sharedExample -* imageUrl: https://pxt.azureedge.net/api/76909-17578-71814-49492/thumb +* imageUrl: https://cdn.makecode.com/api/76909-17578-71814-49492/thumb --- * name: Infiltration * description: Stand up to the tyranny of megacorporations and save your family in the metroidvania game! Created by M1nt-Phoen1x * author: M1nt-Phoen1x * url: https://arcade.makecode.com/49970-33654-67029-92638 * cardType: sharedExample -* imageUrl: https://pxt.azureedge.net/api/49970-33654-67029-92638/thumb +* imageUrl: https://cdn.makecode.com/api/49970-33654-67029-92638/thumb --- * name: See more... * description: Check out all the entries on the official game jam page! diff --git a/docs/projects.md b/docs/projects.md index 0482be0bcd1..c6e42355f49 100644 --- a/docs/projects.md +++ b/docs/projects.md @@ -53,7 +53,7 @@ { "name": "Game Jam", "url": "/game-jam", - "imageUrl": "https://pxt.azureedge.net/api/98537-40423-47522-15861/thumb" + "imageUrl": "https://cdn.makecode.com/api/98537-40423-47522-15861/thumb" }, { "name": "Advanced Livestream", diff --git a/docs/static/gamejam/jams/female-gamechangers/rules.md b/docs/static/gamejam/jams/female-gamechangers/rules.md index 9460e48d5ce..708a30d91ff 100644 --- a/docs/static/gamejam/jams/female-gamechangers/rules.md +++ b/docs/static/gamejam/jams/female-gamechangers/rules.md @@ -7,7 +7,7 @@ ## First Place: Marie Curie | | | -- | -| [![Marie Curie game screenshot](https://pxt.azureedge.net/api/98537-40423-47522-15861/thumb)](https://arcade.makecode.com/98537-40423-47522-15861) | +| [![Marie Curie game screenshot](https://cdn.makecode.com/api/98537-40423-47522-15861/thumb)](https://arcade.makecode.com/98537-40423-47522-15861) | |   | [Marie Curie](https://arcade.makecode.com/98537-40423-47522-15861) by **Peppercorn Studios** lets you play as Marie Curie as she searches for new elements to discover and name! Mix different chemicals to try and create interesting combinations. When you have something that you think might be a new element, press Menu and try submitting it to the Nobel committee! This game wowed us with it's charming art and inventive gameplay! Also, kudos to KiwiPhoenix for creating the game's music. @@ -16,7 +16,7 @@ | | | -- | -| [![Lady Lovelace's Time Machine game screenshot](https://pxt.azureedge.net/api/58950-52861-22099-51073/thumb)](https://arcade.makecode.com/58950-52861-22099-51073) | +| [![Lady Lovelace's Time Machine game screenshot](https://cdn.makecode.com/api/58950-52861-22099-51073/thumb)](https://arcade.makecode.com/58950-52861-22099-51073) | |   | [Lady Lovelace's Time Machine](https://arcade.makecode.com/58950-52861-22099-51073) by **verisutha** tasks you with helping Ada Lovelace repair your time machine after an accident strands you in the past! Luckily, you have the help of other women from history including Mary Shelley, Grace Hopper, Marie Curie, and Katherine Johnson in your quest! Everything about this game impressed our judges especially its use of custscenes, art, and storytelling. Best of all, this game includes no less than *four* other games for you to play through (and they're all fun!). Make sure to stick around to the end for a great finale cutscene! @@ -25,7 +25,7 @@ | | | -- | -| [![The Adventures of Frances Perkins game screenshot](https://pxt.azureedge.net/api/24653-68670-93715-48748/thumb)](https://arcade.makecode.com/24653-68670-93715-48748) | +| [![The Adventures of Frances Perkins game screenshot](https://cdn.makecode.com/api/24653-68670-93715-48748/thumb)](https://arcade.makecode.com/24653-68670-93715-48748) | |   | [The Adventures of Frances Perkins](https://arcade.makecode.com/24653-68670-93715-48748) by **Brohann** is a terrific platformer where you play as civil rights activist Frances Perkins as she saves children from being forced into child labor. This game wowed our judges with its level of polish: the art, sounds, and text/lighting effects really made it stand out from the crowd! We also loved that the gameplay switches up as the game goes on (be sure to check out the minecart levels!). @@ -34,7 +34,7 @@ | | | -- | -| [![Grace Hopper's Hop-O-Matic game screenshot](https://pxt.azureedge.net/api/14599-75222-61879-27532/thumb)](https://arcade.makecode.com/14599-75222-61879-27532) | +| [![Grace Hopper's Hop-O-Matic game screenshot](https://cdn.makecode.com/api/14599-75222-61879-27532/thumb)](https://arcade.makecode.com/14599-75222-61879-27532) | |   | [Grace Hopper's Hop-O-Matic](https://arcade.makecode.com/14599-75222-61879-27532) by **rymc88** lets you take on the role of Grace Hopper's compiler as it processes source code into ones and zeroes. Our judges loved how this game interpreted the theme as well as the amazing animation it plays when you finish encoding a character. This game is surprisingly addictive even though it only uses two buttons! diff --git a/docs/static/gamejam/jams/ocean/rules.md b/docs/static/gamejam/jams/ocean/rules.md index 28af7993e08..e4aafd4458a 100644 --- a/docs/static/gamejam/jams/ocean/rules.md +++ b/docs/static/gamejam/jams/ocean/rules.md @@ -28,10 +28,10 @@ These are some games that the judges also loved! Give them a play, we're sure yo   |   -- | -- -[![Sea Wolf screenshot](https://pxt.azureedge.net/api/26024-01539-84844-67918/thumb)](https://arcade.makecode.com/26024-01539-84844-67918)

[Sea Wolf by Roberto](https://arcade.makecode.com/26024-01539-84844-67918)
You are the captain of a submarine. Use the A button to fire torpedoes at your enemies.

| [![An Ocean Mystery screenshot](https://pxt.azureedge.net/api/48545-28742-60637-75793/thumb)](https://arcade.makecode.com/48545-28742-60637-75793)

[An Ocean Mystery by Dreadmask197](https://arcade.makecode.com/48545-28742-60637-75793)
Play a daring detective and solve this high-seas mystery!

-[![Soggy Socks screenshot](https://pxt.azureedge.net/api/64763-39107-97677-08933/thumb)](https://arcade.makecode.com/64763-39107-97677-08933)

[Soggy Socks by Andrew-ski](https://arcade.makecode.com/64763-39107-97677-08933)
The tide is coming in and you better run before you end up with... SOGGY SOCKS!

| [![Dugong Peace Game screenshot](https://pxt.azureedge.net/api/23852-38097-46052-09329/thumb)](https://arcade.makecode.com/23852-38097-46052-09329)

[Dugong Peace Game by eoin](https://arcade.makecode.com/23852-38097-46052-09329)
Dugongs just want peace, but they're threatened by an ever-expanding airbase.

-[![Fishy Fishy Cross my Ocean! screenshot](https://raw.githubusercontent.com/UnsignedArduino/Fishy-Fishy-Cross-my-Ocean/master/.github/makecode/thumb.png)](https://unsignedarduino.github.io/Fishy-Fishy-Cross-my-Ocean/)

[Fishy Fishy Cross my Ocean! by UnsignedArduino](https://unsignedarduino.github.io/Fishy-Fishy-Cross-my-Ocean/)
Cross the dangerous ocean filled with a number of sharks to get to the other side!

| [![Caballito Saltarin screenshot](https://pxt.azureedge.net/api/94650-21405-93520-18500/thumb)](https://arcade.makecode.com/94650-21405-93520-18500)

[Caballito Saltarin by Blanca](https://arcade.makecode.com/94650-21405-93520-18500)
Dodge pollution and plastic waste while trying to get to the end in this lovely platformer.

-[![The little fishing Boat screenshot](https://pxt.azureedge.net/api/22029-70208-79308-34060/thumb)](https://arcade.makecode.com/22029-70208-79308-34060)

[The little fishing Boat by Cristina](https://arcade.makecode.com/22029-70208-79308-34060)
You are a little fishing boat, and you must cast your nets to bring in the day's haul!

| [![Migration Man screenshot](https://pxt.azureedge.net/api/59084-50145-15821-85726/thumb)](https://arcade.makecode.com/59084-50145-15821-85726)

[Migration Man by Rishi](https://arcade.makecode.com/59084-50145-15821-85726)
Draw a route from the starting place to the destination for marine animals to follow.

-[![Sam the scuba diver screenshot](https://pxt.azureedge.net/api/16753-20086-91706-27373/thumb)](https://arcade.makecode.com/16753-20086-91706-27373)

[Sam the scuba diver by DuckmanTheCoder](https://arcade.makecode.com/16753-20086-91706-27373)
A short platformer with wonderful art, about a scuba diver named Sam.

| [![Fish life screenshot](https://pxt.azureedge.net/api/14363-02790-83920-73318/thumb)](https://arcade.makecode.com/14363-02790-83920-73318)

[Fish life by RetroDude128](https://arcade.makecode.com/14363-02790-83920-73318)
Live like a fish!

-[![Nautical screenshot](https://pxt.azureedge.net/api/47541-67265-08742-44374/thumb)](https://arcade.makecode.com/47541-67265-08742-44374)

[Nautical by ludumStudios](https://arcade.makecode.com/47541-67265-08742-44374)
Traverse the sea in your submarine, avoiding enemy vehicles and making sure to stay fueled up!

| [![fish bot screenshot](https://pxt.azureedge.net/api/28370-48293-84707-01529/thumb)](https://arcade.makecode.com/28370-48293-84707-01529)

[fish bot by the_pro551](https://arcade.makecode.com/28370-48293-84707-01529)
You are a robotic fish; protect the fish tank from enemies in this twist-filled game!

-[![In The Depths screenshot](https://pxt.azureedge.net/api/18590-69034-08348-28523/thumb)](https://arcade.makecode.com/18590-69034-08348-28523)

[In The Depths by Thomas](https://arcade.makecode.com/18590-69034-08348-28523)
Play as a diver exploring the Mariana Trench to collect data about the mysterious creatures that dwell in the depths.

| \ No newline at end of file +[![Sea Wolf screenshot](https://cdn.makecode.com/api/26024-01539-84844-67918/thumb)](https://arcade.makecode.com/26024-01539-84844-67918)

[Sea Wolf by Roberto](https://arcade.makecode.com/26024-01539-84844-67918)
You are the captain of a submarine. Use the A button to fire torpedoes at your enemies.

| [![An Ocean Mystery screenshot](https://cdn.makecode.com/api/48545-28742-60637-75793/thumb)](https://arcade.makecode.com/48545-28742-60637-75793)

[An Ocean Mystery by Dreadmask197](https://arcade.makecode.com/48545-28742-60637-75793)
Play a daring detective and solve this high-seas mystery!

+[![Soggy Socks screenshot](https://cdn.makecode.com/api/64763-39107-97677-08933/thumb)](https://arcade.makecode.com/64763-39107-97677-08933)

[Soggy Socks by Andrew-ski](https://arcade.makecode.com/64763-39107-97677-08933)
The tide is coming in and you better run before you end up with... SOGGY SOCKS!

| [![Dugong Peace Game screenshot](https://cdn.makecode.com/api/23852-38097-46052-09329/thumb)](https://arcade.makecode.com/23852-38097-46052-09329)

[Dugong Peace Game by eoin](https://arcade.makecode.com/23852-38097-46052-09329)
Dugongs just want peace, but they're threatened by an ever-expanding airbase.

+[![Fishy Fishy Cross my Ocean! screenshot](https://raw.githubusercontent.com/UnsignedArduino/Fishy-Fishy-Cross-my-Ocean/master/.github/makecode/thumb.png)](https://unsignedarduino.github.io/Fishy-Fishy-Cross-my-Ocean/)

[Fishy Fishy Cross my Ocean! by UnsignedArduino](https://unsignedarduino.github.io/Fishy-Fishy-Cross-my-Ocean/)
Cross the dangerous ocean filled with a number of sharks to get to the other side!

| [![Caballito Saltarin screenshot](https://cdn.makecode.com/api/94650-21405-93520-18500/thumb)](https://arcade.makecode.com/94650-21405-93520-18500)

[Caballito Saltarin by Blanca](https://arcade.makecode.com/94650-21405-93520-18500)
Dodge pollution and plastic waste while trying to get to the end in this lovely platformer.

+[![The little fishing Boat screenshot](https://cdn.makecode.com/api/22029-70208-79308-34060/thumb)](https://arcade.makecode.com/22029-70208-79308-34060)

[The little fishing Boat by Cristina](https://arcade.makecode.com/22029-70208-79308-34060)
You are a little fishing boat, and you must cast your nets to bring in the day's haul!

| [![Migration Man screenshot](https://cdn.makecode.com/api/59084-50145-15821-85726/thumb)](https://arcade.makecode.com/59084-50145-15821-85726)

[Migration Man by Rishi](https://arcade.makecode.com/59084-50145-15821-85726)
Draw a route from the starting place to the destination for marine animals to follow.

+[![Sam the scuba diver screenshot](https://cdn.makecode.com/api/16753-20086-91706-27373/thumb)](https://arcade.makecode.com/16753-20086-91706-27373)

[Sam the scuba diver by DuckmanTheCoder](https://arcade.makecode.com/16753-20086-91706-27373)
A short platformer with wonderful art, about a scuba diver named Sam.

| [![Fish life screenshot](https://cdn.makecode.com/api/14363-02790-83920-73318/thumb)](https://arcade.makecode.com/14363-02790-83920-73318)

[Fish life by RetroDude128](https://arcade.makecode.com/14363-02790-83920-73318)
Live like a fish!

+[![Nautical screenshot](https://cdn.makecode.com/api/47541-67265-08742-44374/thumb)](https://arcade.makecode.com/47541-67265-08742-44374)

[Nautical by ludumStudios](https://arcade.makecode.com/47541-67265-08742-44374)
Traverse the sea in your submarine, avoiding enemy vehicles and making sure to stay fueled up!

| [![fish bot screenshot](https://cdn.makecode.com/api/28370-48293-84707-01529/thumb)](https://arcade.makecode.com/28370-48293-84707-01529)

[fish bot by the_pro551](https://arcade.makecode.com/28370-48293-84707-01529)
You are a robotic fish; protect the fish tank from enemies in this twist-filled game!

+[![In The Depths screenshot](https://cdn.makecode.com/api/18590-69034-08348-28523/thumb)](https://arcade.makecode.com/18590-69034-08348-28523)

[In The Depths by Thomas](https://arcade.makecode.com/18590-69034-08348-28523)
Play as a diver exploring the Mariana Trench to collect data about the mysterious creatures that dwell in the depths.

| \ No newline at end of file diff --git a/docs/static/gamejam/jams/prehistoric/rules.md b/docs/static/gamejam/jams/prehistoric/rules.md index 5296facb4eb..749f7148803 100644 --- a/docs/static/gamejam/jams/prehistoric/rules.md +++ b/docs/static/gamejam/jams/prehistoric/rules.md @@ -4,28 +4,28 @@ We're thrilled to announce the winners of the eighth MakeCode Arcade game jam: P ## First Place: Dino Zoo -| [![Dino Zoo screenshot](https://pxt.azureedge.net/api/22414-21049-08990-36399/thumb)](https://arcade.makecode.com/22414-21049-08990-36399) | +| [![Dino Zoo screenshot](https://cdn.makecode.com/api/22414-21049-08990-36399/thumb)](https://arcade.makecode.com/22414-21049-08990-36399) | | -- | |   | [Dino Zoo](https://arcade.makecode.com/22414-21049-08990-36399) by **SylvanCircle** is an amazing block-based puzzle game where you simulate the circle of life to clear the board of dinosaurs and plants. From the multiple game modes to the detailed tutorial, this game is super polished and fun to play! ## Second Place: Fossil Clicker -| [![Fossil Clicker screenshot](https://pxt.azureedge.net/api/39392-36875-05086-87292/thumb)](https://arcade.makecode.com/39392-36875-05086-87292) | +| [![Fossil Clicker screenshot](https://cdn.makecode.com/api/39392-36875-05086-87292/thumb)](https://arcade.makecode.com/39392-36875-05086-87292) | | -- | |   | [Fossil Clicker](https://arcade.makecode.com/39392-36875-05086-87292) by **UnsignedArduino** is an addictive paleontology themed idle game. Collect, sell, upgrade, and repeat until you have more money than there are atoms in the universe! Y'know, just like real paleontologists do! ## Third Place (tie): Dino Blast -| [![Dino Blast screenshot](https://pxt.azureedge.net/api/48432-56072-58827-08148/thumb)](https://arcade.makecode.com/48432-56072-58827-08148) | +| [![Dino Blast screenshot](https://cdn.makecode.com/api/48432-56072-58827-08148/thumb)](https://arcade.makecode.com/48432-56072-58827-08148) | | -- | |   | [Dino Blast](https://arcade.makecode.com/48432-56072-58827-08148) by **InvalidProject99** is an adventure game where you play as a dinosaur exploring the world on a quest to defeat the evil dragon king. With it's innovative use of the player 2 controls, attacking dragons is indeed a blast! ## Third Place (tie): Booga Bruh -| [![Boogah Bruh screenshot](https://pxt.azureedge.net/api/98099-33981-73376-80879/thumb)](https://arcade.makecode.com/98099-33981-73376-80879) | +| [![Boogah Bruh screenshot](https://cdn.makecode.com/api/98099-33981-73376-80879/thumb)](https://arcade.makecode.com/98099-33981-73376-80879) | | -- | |   | **NOTE: This game contains rapidly flashing colors and patterns** diff --git a/docs/static/gamejam/jams/traffic/rules.md b/docs/static/gamejam/jams/traffic/rules.md index b07e8eb4ebd..3f72e55e805 100644 --- a/docs/static/gamejam/jams/traffic/rules.md +++ b/docs/static/gamejam/jams/traffic/rules.md @@ -28,9 +28,9 @@ These are some games that didn't make the top three, but the judges loved! Give   |   -- | -- -[![Traffic Jam screenshot](https://pxt.azureedge.net/api/08220-03361-90643-03076/thumb)](https://arcade.makecode.com/08220-03361-90643-03076)

[Traffic Jam by Rishi](https://arcade.makecode.com/08220-03361-90643-03076)
A classic puzzle game with a fun twist--can you beat level nine?

| [![ screenshot](https://pxt.azureedge.net/api/63418-25020-58432-17936/thumb)](https://arcade.makecode.com/63418-25020-58432-17936)

[UFOs control traffic by logic_lab](https://arcade.makecode.com/63418-25020-58432-17936)
Prevent car crashes as a helpful UFO traffic controller and admire the beautiful art as you do!

-[![ screenshot](https://pxt.azureedge.net/api/73780-80767-61760-73255/thumb)](https://arcade.makecode.com/73780-80767-61760-73255)

[Gridlock Panic by Colin](https://arcade.makecode.com/73780-80767-61760-73255)
An entertaining game with a dose of realism: survive gridlock while keeping the cars around you happy.

| [![ screenshot](https://pxt.azureedge.net/api/71929-42418-05612-32436/thumb)](https://arcade.makecode.com/71929-42418-05612-32436)

[Split cars by LCProCODER](https://arcade.makecode.com/71929-42418-05612-32436)
Play on hard mode using the player one and two keyboard controls to move the cars, or grab a friend to help you out.

-[![ screenshot](https://pxt.azureedge.net/api/66393-37332-31697-05508/thumb)](https://arcade.makecode.com/66393-37332-31697-05508)

[Speedup by limeboat](https://arcade.makecode.com/66393-37332-31697-05508)
A one player racing game with a variety of levels! Drift around corners and try to beat the author's best times.

| [![ screenshot](https://pxt.azureedge.net/api/47207-15180-38494-73088/thumb)](https://arcade.makecode.com
/47207-15180-38494-73088)

[Two player Car racing by Dreadmask197](https://arcade.makecode.com/47207-15180-38494-73088)
A simple but very well-executed racing game; find a friend and see who can reach three laps first.

-[![ screenshot](https://pxt.azureedge.net/api/46985-72981-72214-04491/thumb)](https://arcade.makecode.com/46985-72981-72214-04491)

[Box Cars by Lucas the Game Builder](https://arcade.makecode.com/46985-72981-72214-04491)
An in-depth racing game with NPCs, difficulty modes, and a wide variety of levels! Can you beat Rainbow Road?

|[![ screenshot](https://pxt.azureedge.net/api/62709-22716-97391-35657/thumb)](https://arcade.makecode.com/62709-22716-97391-35657)

[Perpetual Racer v1.0 by Flint](https://arcade.makecode.com/62709-22716-97391-35657)
An infinite racer game where you must avoid other cars and stay on the road.

-[![ screenshot](https://pxt.azureedge.net/api/24335-38360-89654-06487/thumb)](https://arcade.makecode.com/24335-38360-89654-06487)

[Traffic by SergioF](https://arcade.makecode.com/24335-38360-89654-06487)
Deliver packages quickly, but avoid the rival cars on the street as you go.

|[![ screenshot](https://pxt.azureedge.net/api/21888-58698-48781-29669/thumb)](https://arcade.makecode.com/21888-58698-48781-29669)

[EL TAXI A TODA LECHE by Diego](https://arcade.makecode.com/21888-58698-48781-29669)
Stay on the road and keep an eye on the clock as you pick up customers in your taxi!

-[![ screenshot](https://pxt.azureedge.net/api/17976-94497-75273-04809/thumb)](https://arcade.makecode.com/17976-94497-75273-04809)

[Corre Coche Corre by Dylan](https://arcade.makecode.com/17976-94497-75273-04809)
Dodge rocks and keep your car full of gas in this game! Can you find the Easter egg?

| [![ screenshot](https://pxt.azureedge.net/api/75492-22338-35577-46415/thumb)](https://arcade.makecode.com/75492-22338-35577-46415)

[Late for Work by Connor](https://arcade.makecode.com/75492-22338-35577-46415)
A challenging racer where you must dodge oil spills and barricades on your way to work. \ No newline at end of file +[![Traffic Jam screenshot](https://cdn.makecode.com/api/08220-03361-90643-03076/thumb)](https://arcade.makecode.com/08220-03361-90643-03076)

[Traffic Jam by Rishi](https://arcade.makecode.com/08220-03361-90643-03076)
A classic puzzle game with a fun twist--can you beat level nine?

| [![ screenshot](https://cdn.makecode.com/api/63418-25020-58432-17936/thumb)](https://arcade.makecode.com/63418-25020-58432-17936)

[UFOs control traffic by logic_lab](https://arcade.makecode.com/63418-25020-58432-17936)
Prevent car crashes as a helpful UFO traffic controller and admire the beautiful art as you do!

+[![ screenshot](https://cdn.makecode.com/api/73780-80767-61760-73255/thumb)](https://arcade.makecode.com/73780-80767-61760-73255)

[Gridlock Panic by Colin](https://arcade.makecode.com/73780-80767-61760-73255)
An entertaining game with a dose of realism: survive gridlock while keeping the cars around you happy.

| [![ screenshot](https://cdn.makecode.com/api/71929-42418-05612-32436/thumb)](https://arcade.makecode.com/71929-42418-05612-32436)

[Split cars by LCProCODER](https://arcade.makecode.com/71929-42418-05612-32436)
Play on hard mode using the player one and two keyboard controls to move the cars, or grab a friend to help you out.

+[![ screenshot](https://cdn.makecode.com/api/66393-37332-31697-05508/thumb)](https://arcade.makecode.com/66393-37332-31697-05508)

[Speedup by limeboat](https://arcade.makecode.com/66393-37332-31697-05508)
A one player racing game with a variety of levels! Drift around corners and try to beat the author's best times.

| [![ screenshot](https://cdn.makecode.com/api/47207-15180-38494-73088/thumb)](https://arcade.makecode.com
/47207-15180-38494-73088)

[Two player Car racing by Dreadmask197](https://arcade.makecode.com/47207-15180-38494-73088)
A simple but very well-executed racing game; find a friend and see who can reach three laps first.

+[![ screenshot](https://cdn.makecode.com/api/46985-72981-72214-04491/thumb)](https://arcade.makecode.com/46985-72981-72214-04491)

[Box Cars by Lucas the Game Builder](https://arcade.makecode.com/46985-72981-72214-04491)
An in-depth racing game with NPCs, difficulty modes, and a wide variety of levels! Can you beat Rainbow Road?

|[![ screenshot](https://cdn.makecode.com/api/62709-22716-97391-35657/thumb)](https://arcade.makecode.com/62709-22716-97391-35657)

[Perpetual Racer v1.0 by Flint](https://arcade.makecode.com/62709-22716-97391-35657)
An infinite racer game where you must avoid other cars and stay on the road.

+[![ screenshot](https://cdn.makecode.com/api/24335-38360-89654-06487/thumb)](https://arcade.makecode.com/24335-38360-89654-06487)

[Traffic by SergioF](https://arcade.makecode.com/24335-38360-89654-06487)
Deliver packages quickly, but avoid the rival cars on the street as you go.

|[![ screenshot](https://cdn.makecode.com/api/21888-58698-48781-29669/thumb)](https://arcade.makecode.com/21888-58698-48781-29669)

[EL TAXI A TODA LECHE by Diego](https://arcade.makecode.com/21888-58698-48781-29669)
Stay on the road and keep an eye on the clock as you pick up customers in your taxi!

+[![ screenshot](https://cdn.makecode.com/api/17976-94497-75273-04809/thumb)](https://arcade.makecode.com/17976-94497-75273-04809)

[Corre Coche Corre by Dylan](https://arcade.makecode.com/17976-94497-75273-04809)
Dodge rocks and keep your car full of gas in this game! Can you find the Easter egg?

| [![ screenshot](https://cdn.makecode.com/api/75492-22338-35577-46415/thumb)](https://arcade.makecode.com/75492-22338-35577-46415)

[Late for Work by Connor](https://arcade.makecode.com/75492-22338-35577-46415)
A challenging racer where you must dodge oil spills and barricades on your way to work. \ No newline at end of file From aacd581743bc02305bae05a7007fe7e031f76456 Mon Sep 17 00:00:00 2001 From: Hassan Sufi Date: Thu, 19 Dec 2024 12:07:53 -0700 Subject: [PATCH 3/3] Update CDN for html files --- docs/gamejam/cozy.html | 6 +++--- docs/gamejam/female-gamechangers.html | 6 +++--- docs/gamejam/garden.html | 6 +++--- docs/gamejam/global-2021.html | 6 +++--- docs/gamejam/ocean.html | 6 +++--- docs/gamejam/prehistoric.html | 6 +++--- docs/gamejam/time.html | 6 +++--- docs/gamejam/traffic.html | 6 +++--- docs/hour-of-code-2021.html | 2 +- docs/hour-of-code/educators-2021.html | 2 +- 10 files changed, 26 insertions(+), 26 deletions(-) diff --git a/docs/gamejam/cozy.html b/docs/gamejam/cozy.html index c31d288cf64..a920d953019 100644 --- a/docs/gamejam/cozy.html +++ b/docs/gamejam/cozy.html @@ -11,7 +11,7 @@ - + + src="https://cdn.makecode.com/blob/555c1dc1d9da18154cb48388d5e494f3f16119f8/marked/marked.min.js"> + src="https://cdn.makecode.com/blob/3c168a772b9e4cbf3ecb648148cfb2f966e8a578/pxtembed.js"> + src="https://cdn.makecode.com/blob/555c1dc1d9da18154cb48388d5e494f3f16119f8/marked/marked.min.js"> + src="https://cdn.makecode.com/blob/3c168a772b9e4cbf3ecb648148cfb2f966e8a578/pxtembed.js"> + src="https://cdn.makecode.com/blob/555c1dc1d9da18154cb48388d5e494f3f16119f8/marked/marked.min.js"> + src="https://cdn.makecode.com/blob/3c168a772b9e4cbf3ecb648148cfb2f966e8a578/pxtembed.js"> + src="https://cdn.makecode.com/blob/555c1dc1d9da18154cb48388d5e494f3f16119f8/marked/marked.min.js"> + src="https://cdn.makecode.com/blob/3c168a772b9e4cbf3ecb648148cfb2f966e8a578/pxtembed.js"> + src="https://cdn.makecode.com/blob/555c1dc1d9da18154cb48388d5e494f3f16119f8/marked/marked.min.js"> + src="https://cdn.makecode.com/blob/3c168a772b9e4cbf3ecb648148cfb2f966e8a578/pxtembed.js"> + src="https://cdn.makecode.com/blob/555c1dc1d9da18154cb48388d5e494f3f16119f8/marked/marked.min.js"> + src="https://cdn.makecode.com/blob/3c168a772b9e4cbf3ecb648148cfb2f966e8a578/pxtembed.js"> + src="https://cdn.makecode.com/blob/555c1dc1d9da18154cb48388d5e494f3f16119f8/marked/marked.min.js"> + src="https://cdn.makecode.com/blob/3c168a772b9e4cbf3ecb648148cfb2f966e8a578/pxtembed.js">