Play game
audioshooter's itch.io pageResults
Criteria | Rank | Score* | Raw Score |
Fun | #7 | 3.000 | 3.000 |
Originality | #10 | 3.125 | 3.125 |
Overall | #11 | 3.000 | 3.000 |
Sound | #12 | 2.750 | 2.750 |
Accessibility | #15 | 3.125 | 3.125 |
Ranked from 8 ratings. Score is adjusted from raw score by the median number of ratings per game in the jam.
Leave a comment
Log in with itch.io to leave a comment.
Comments
It took a couple of tries to understand how to be successful at this game. Once I did, it was super cool. The concept of aiming a reticle at our target within a time limit is simple and well executed. Its audio cues are brutalist and communicate exactly what they need to.
Because our ears respond pretty well to higher pitches, I found the audio to be slightly oppressive at times. The sonar sample might benefit from being an octave lower overall. I’d personally reduce its volume slightly as it increases in pitch as well.
For folks who use screen readers it’s not possible to access the current level, final score, and the prompt to press enter to play again. According to your source code, that text is being painted directly onto the canvas. I’d recommend using markup and looking into aria-live regions for displaying things like that in the future.
Speaking of the source code, it’s great how much you accomplished with so few lines of code. For the simplicity of your sound design, I think you might be interested in learning about the Web Audio API and maybe using a library like Tone.js. You’d have more tools at your disposal than what Phaser provides. Specifically you’d be able to define oscillators and have more control over their volume, pitch, and positioning in space.
Thanks for your submission. Good work!
I can't seem to get this game to run, I hit run game on the itch page, and even after going into focus mode, disabling my ad blocker, unloading my screen reader, and going fullscreen it doesn't seem to work. Maybe I have to click on something?
There is no video in the game, only audio. There is a button to click labeled "Start Game" which I think is part of the itch.io interface. Once that is clicked, the game starts immediately. Are you able to click that, and it still isn't working? Do you know what browser you are using? I really only worked on it in Chrome, so it's possible that other browsers have issues and I missed it.