Skip to main content

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

Very cool! I see comments about the mobile controls... if the game were vanilla JavaScript, that involves using a "touchdown" handler with event.touches[0] where you'd use a "mousedown" handler before. "pointerdown" may be best, though it didn't work with touch last I tried.

If you're using an engine maybe it exposes a control like that or you can modify the .html that it spits out 'v'