Hello,
I want to create an android game like Tetris, Arkanoid, Pac-Man etc.. but what window size am I supposed to set when it will be played on mobile devices ?
While creating I have set 1280x720 but it is so big that I dont know where to put game borders when I want to play it vertically. I dont know if it should be really alongside window size (1280x720).
It's more important to choose if you want 16:9 or 4:3..
C2 has multiple scaling options.
Read This
Yes I know and I already have read that tutorial... I focused on 16:9 ratio so I set 1280x720 or do u mean something else?
Develop games in your browser. Powerful, performant & highly capable.
So Am I used 1280x720, I hope will be fine.
Use letterbox scale and the screen will be auto resized.
You could choose to lock the play orientation to landscape, so you will not have probs with vertical screen res.
when I want to play it vertically (portrait orientation) shall I use 16:9 or 4:3 ? speaking about games on android like tetris or arkanoid...