From a75287c33d6a3d894f38d388996f090b92ace4e3 Mon Sep 17 00:00:00 2001 From: Kiki Prottsman Date: Fri, 29 Dec 2023 13:20:52 -0800 Subject: [PATCH] Updating GameJam page ++ (#6295) --- docs/gamejam/community.md | 45 ++++--------------------------- docs/test/mcj/gopher/gopher1.md | 2 +- docs/test/tutorials/free-throw.md | 3 +++ 3 files changed, 9 insertions(+), 41 deletions(-) diff --git a/docs/gamejam/community.md b/docs/gamejam/community.md index 704c508cb97..773dc597a49 100644 --- a/docs/gamejam/community.md +++ b/docs/gamejam/community.md @@ -3,37 +3,15 @@ ![Image of Superheroes in a community'](/static/gamejam/jams/holding/gamejambanner2.png) -**Welcome to the 9th Official Microsoft MakeCode Game Jam!** +**The 9th Official Microsoft MakeCode Game Jam has concluded!** -This is a fun competition where you can pit your game development skills against others to build a game using [MakeCode Arcade](https://arcade.makecode.com), a game engine for retro pixel-art games that run in the browser or on handheld game devices. +Thank you to all who participated in our "Superheroes of My Community" game jam! We received dozens of submissions and are excited to go through them before sharing our favorites with you on social media. -## Theme - -The theme of this jam is... - -**_Superheroes for My Community_** - -For this jam, create games that reflect characters who YOU see as superheroes. They can be real or fictional, human or non-human...but whatever you create, make sure that it reflects the needs of you and your community. - -[![Submit here](/static/gamejam/img/submit.png 'Click here to submit your game')](https://forms.office.com/r/vfc2dfuaYf) - ---- - -### About - -You have until **December 17th** to create and submit your -game with the chance to be featured on the Game Jam page, -MakeCode live stream and social media channels! - #### Social -Share your game with us on social media. Tag us in your -creations using @MSMakecode or the hashtag #makecode. - -Don't forget to follow us on Twitter to find out about the -newest MakeCode Arcade updates, games, and competitions! +Don't forget to follow us on Twitter to see your creations shared with the world! [YouTube](https://www.youtube.com/microsoftmakecode) | [Twitter](https://twitter.com/msmakecode) | [Twitch](https://www.twitch.tv/msmakecode) @@ -49,29 +27,16 @@ newest MakeCode Arcade updates, games, and competitions! (Students under 13 can participate, but someone 13 or over must submit their game.) -[![Submit here](/static/gamejam/img/submit.png 'Click here to submit your game')](https://forms.office.com/r/vfc2dfuaYf) --- -### Get Started! - -Need some help getting started? Click the image below to follow a tutorial that will show you how to create a basic game using MakeCode Arcade. +### I missed it! -[![Start with Save the Dinos](/static/skillmap/backgrounds/dino-map.png 'Click here to start a tutorial')](https://aka.ms/new-dino) +Did you miss the game jam? Join our forum at [forum.makecode.com](https://forum.makecode.com) to participate in smaller game jams all throughout the year! --- -### Submissions - -[![Submit here](/static/gamejam/img/submit.png 'Click here to submit your game')](https://forms.office.com/r/vfc2dfuaYf) - -Don’t to forget to submit your game before -**December 17th** -for your chance to be featured! - -Standout games will be -highlighted here and on MakeCode social media channels. Follow us on [YouTube](https://www.youtube.com/microsoftmakecode), [Twitter](https://twitter.com/msmakecode), or [Twitch](https://www.twitch.tv/msmakecode) to find out who made our list of favorites. diff --git a/docs/test/mcj/gopher/gopher1.md b/docs/test/mcj/gopher/gopher1.md index 986d057c39c..b214cb97cdb 100755 --- a/docs/test/mcj/gopher/gopher1.md +++ b/docs/test/mcj/gopher/gopher1.md @@ -26,7 +26,7 @@ Move down to get the acorn! [![Enemies](/static/mcj/gopher/next.png)](#recipe:/test/mcj/gopher/gopher2) - + --- diff --git a/docs/test/tutorials/free-throw.md b/docs/test/tutorials/free-throw.md index f283533a2a2..1a37a23ff1f 100644 --- a/docs/test/tutorials/free-throw.md +++ b/docs/test/tutorials/free-throw.md @@ -358,6 +358,9 @@ controller.A.onEvent(ControllerButtonEvent.Pressed, function () { - When you press the (A) button (or space bar) the player should shoot a basketball toward the top of the screen +💡 _We will add points in the next step._ + + ~hint Mine isn't working 🤷‍♂️ ---