I made my game playable on mobile devices

My compo game Leaving Room is now playable on mobile devices. The mobile friendly version is available on itch.io, while the original 48h version is here.

Although it is a WebGL game, it is still not easy for porting. I implemented this game in rust and a half-done engine by myself. All the rust code were compiled to JavaScript (asm.js) to run in browser. I needed to modify some engine code and adjust the layout for touch screen.

cover.png

Mobile OSes have some limitations. I feel PC has a better gaming experience for my game.

Except for rust and emscripten compilation toolchains, other tools are:

  • inkscape (for image creation)
  • LMMS with GeneralUser GS (for background music)
  • atom

Hope you enjoy my storytelling puzzle game!