A
A
Andrey Samoylenko2020-05-02 19:17:32
JavaScript
Andrey Samoylenko, 2020-05-02 19:17:32

How to adapt html5 game for mobile devices?

Hello everyone, I'm learning to develop html5 games. I use constructors like Game Maker Studio and Tululoo Game Maker.
In the browser on the PC, everything is fine, but in the mobile browser, the "canvas" of the game goes beyond the browser. Because the dimensions are fixed in pixels. And if I set the width and height through css for canvas, let's say 100%, until all the sprites spread. Teach how to properly adapt the game for mobile? Or how to make a mobile version separately, and so that, for example, depending on the device, a PC or a mobile one is launched.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
X
xmoonlight, 2020-05-03
@xmoonlight

You need to solve the "rubber" canvas sizing problem with RELATIVE! binding all sizes of sprites and objects to the playing field.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question