Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Hi, I seem to not be able to play on mobile? Is it meant for it? Cus itch says it is made for mobile too?

Hey, sorry for the slow reply! It should run on mobile — I just tested it on my phone and it played fine, so something specific might be going wrong on your end.

Could you tell me a bit more?

- What device and browser are you using (iOS Safari, Android Chrome, etc.)?

- What exactly happens — black screen, does it load but not respond, or does it not start at all?

With that I can figure out what's breaking and get it patched. Thanks for flagging it!

Well I'm on Android 16 it just does not let me leave the starting menu and the screen seems bigger than it should be. I can select the options but cannot start the game. I'm on the redmagic 10 pro phone. Thanks

Thank you so much for this — you found a real bug, and a nasty one.

It's a menu layout error. The class grid is 3 columns wide but the code was calculating its height as if it were 2 columns, so the START button gets drawn about 50px lower than it should be. In portrait that's just an ugly gap. In landscape it pushes the button completely off the bottom of the screen — which is exactly what you're seeing. The map and class cards sit higher up, so those still work, but START is literally rendered outside the visible area. That's also why the screen felt "bigger than it should be."

Already fixed on my end. Coming in the next update.

In the meantime: turn your phone to portrait and it should start fine.

Really appreciate you taking the time to describe it that precisely — the "I can select options but can't start" detail is what let me find it.

Oh you welcome. I did not expect to find a bug!