Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(+1)

Really cool to hear, its the same approach ive been using the past few jams and its been serving me extremely well! 

Just checked the game on mobile to see if I'm still on the leaderboard hehe... it ran perfectly even on web!!

Maybe a future mobile release?? I could see it

(+1)

Yeah, I tried to get it fully supported on mobile browsers before deadline except I couldn't figure out how to get the right turn working with touch input. I wanted it to be Tap Left half of Screen -> Turn Left, Tap Right half of Screen -> Turn Right, but I was surprised to find I could not find a way for the itch browser to determine whether a click was from a real mouse or a touch input. If I just put that logic on for all clicks, it would be very confusing for mouse users left clicking on the right half of the screen so that doesn't work, I need to filter based on device type. If anyone knows how to do it, please chime in!

I suppose I could focus on an .apk for Google Play, but browser seems so much more accessible, but not sure if that's also true for mobile devices. I might need to take another dive into it, several people have mentioned mobile at this point. Thanks for your input. And yeah, Leaderboard is getting crowded, defend your spot! 😝

have you looked into this?

i think an apk would definitely be the way to go, i dont know if anybody plays mobile games in a browser...

which engine are you using?