Beat Loop
My submission to the GMTK Game Jam 2025!
IMPORTANT NOTE
Full screen didn't work for me on Firefox, I don't know why, it worked when I switched to chrome. The game still works on Firefox without using full screen.
Credits
Spaceships - CC BY 4.0 https://opengameart.org/content/spaceships-32x32
Explosions - CC0 https://ansimuz.itch.io/explosion-animations-pack
Font - CC BY 4.0 https://www.dafont.com/digital-disco.font
Comments
Log in with itch.io to leave a comment.
Really cute graphics
Really sweet concept! would love to see expanded forward. on level 3 i was having trouble getting my bass to register unfortunately
Thank you! Not sure about that bug, not something I noticed, but there'll always be some :(
Are you sure there isn't an extension like Vimium interfering? It could definitely just be my code though 😂
I see you used Unity’s fullscreen template, maybe that’s the problem? Have you tried Itch.io’s fullscreen button?
I've not tried that, during development it was a texture max size issue? I figured it was just a weird Firefox bug. Didn't look too much into it due to most people using Chromium based browsers anyway
All of the Unity games that were using the default WebGL template with the integrated fullscreen button did not fullscreen at all, so it’ll be that and not something else. Make sure you use a template that autoscales to the available width and height when using Itch.io’s fullscreen button though.
Ah right, thank you. I'll do that next year if I'm using Unity!