A game where you have to navigate a labyrinth using only sound
Rules
Games should be built in MakeCode Arcade
Games should clearly adhere to the theme without the need for any extra explanation
Keep the games PG: no NSFW, offensive, or excessively violent content.
You must be at least 9 years old to participate.
All games must be submitted by someone who is at least 13 years old. Younger students are welcome to participate, but it must be in partnership with an adult and with parent permission.
You have three and a half weeks to enter! The jam will close at 11:59 PM PDT on Thursday, September 25th 2025. As always, we will be playing all of the games on livestream on the last Friday of the month.
This is gonna be fun! If y’all blockies need it, I just added the music.playInstructions() function to my JavaScript Extras extension! This allows you to play a sound with a variety of wave types, hz, and volumes, letting you specify beginning and end hz, as well as beginning and end volume, which is very neat. It uses buffers, which might be a tad complicated, so I’ll make an example project to put in that topic.