This game is different, use your coding skill to play - 0

Princess is trapped in a dungeon, but Mario is not coming to save her. So ONLY YOU can save her using your super power – coding.

This link directly opens editor mode.

Ha, it’s made for hour of code campaign, may seem simple (not like this one ), but ha :grin: (try running level 4/5 multiple times)

Hope you guys enjoy.

2 Likes

I can’t read the custom blocks, but LOVE this idea! Any chance you have a version in English??? Would love to use this with my students!

@KIKIvsIT @richard is the user’s selected localization (i.e., their selected language) surfaced anywhere via TypeScript?

@AlexK nope. Wouldn’t be too difficult to add, but obviously wouldn’t work on hardware.

1 Like

I’ll add a selector within this project as a workaround. Easy enough to remove if a control is surfaced later. Thanks, @richard ! You’re the best.

I’ve created a first pass at a version that supports multiple languages. You can switch the language that the game uses between English and Simplified Chinese. The blocks also should change when you select a different language in the editor settings, although I’m still getting that bit figured out. I’ll also work with the original publisher to get my changes merged into their code base.

For now, though, you should be able to work with the game in English. Have fun!

3 Likes

Brilliant. Going to be doing this with my students next week!

1 Like

Also want to promo [this playground] (https://forum.makecode.com/t/this-game-is-different-use-your-coding-skill-to-play/). It invite students to identify the problem ( don’t know picked up key or not when touching the door ) , analyze ( find some way to remember something happened or not ), and create solution ( introducing variable )

We’ve created around 30 playgrounds like this to help students think about the problem itself in specific contexts and explore solutions, and turn out pretty good for young learners for whom fun is most important