Skip to main content

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

Nice work!

Consider checking out this template with touch controls for phones:
https://github.com/headjump/pico8_html_template

I use a modified version here:
https://trevorade.itch.io/bubble-pond

In Chrome, if you open the dev tools, you can simulate a phone with touch controls, reload the page and see what the controls look like for different phone sizes.

Thanks!

I will definitely follow up on your suggestions to support touch controls. It looks fairly straightforward, and nice to have the game playable on mobile devices as well.

Btw, I like your Bubble Pond game. It's an original puzzle idea, and quite challenging, which I like.

Thanks!

I'm pretty much done with that game but there always seems to be something else to add :)  At the moment, I'm working on Undo support which should make the game a little more fair.

Bumble Bots now has touch support. It's based on the template you suggested, but also customized. Thanks again for the suggestion!