A downloadable game for Windows

Play the target notes on the musical QWERTY keyboard to score points.

Made for the 2024 GMTK Jam. 

(An eleventh hour port from UE5 to Godot because UE5 has weird latency with its keyboard input that Godot doesn't. Or maybe my implementation was wrong.)

Download

Download
ScaleOTron.zip 35 MB

Install instructions

Unzip ScaleOTron.zip and run ScaleOTron.exe.

Comments

Log in with itch.io to leave a comment.

Update: As I mentioned in the description, I used Godot for this project because UE5 had too much latency between input and audio playback. But I've just learned how to fix this! 

By setting Windows/Audio/CallbackBufferSize low enough, this eliminates latency (the default is 1024 but you want something more like 128 for this kind of app).