BlockOut as app

Hello.

I have this BlockOut code that I would like to turn in to an android app.
Code


Game
https://jlivingstonsg.github.io/blockout-1/
Server game
https://gamereality.se/blockout/index.php
Server game work on phones with swipe.

Is there an easy way to turn this to a android app?
Any type of converter?

Or is it possible to get the code to understand it is to adjust it self to the frame of a phone screen?

MagI

Not possible to convert it to actual android app because this code is in html css and js

1 Like

You could embed the HTML resources and then display them using a WebViewer. If you're looking to reimplement the entire game natively using the Canvas then that will require a reimplementation.

2 Likes