P
P
Prizrak552019-09-22 02:01:10
Game development
Prizrak55, 2019-09-22 02:01:10

What resolution to create the game?

The thing is, I have only one question.
At what resolution do you make the game on PC?
_____
It seems to be simple, but for me it is very complex and is the only step for further progress.
______
Let's say I have a 2d game about finding objects in a picture.
Is it ok if I make a game 1920x1080(because it is the most popular resolution) and if the player wants to set the resolution to 1024x576(or 2560x1440), then everything will be fine. (interpolation will help)
______
But then a friend says says "make a better game at 3200×1800" will make it easier for artists to draw, since 1920 by 1080 is inconvenient to draw.
______
I beg you and ask for help, shed light.
____
P.s. you can flirt with me, but only if after that you write your answer ()

Answer the question

In order to leave comments, you need to log in

4 answer(s)
R
Ronald McDonald, 2019-09-22
@Zoominger

1920 by 1080 (since this is the most popular resolution)

Why would?
Pictures - the greatest possible, let the user then choose the desired resolution. IMHO.

M
maaGames, 2019-09-22
@maaGames

It's "better" for the artist to draw in vector. It's even better if you can shove pictures into the game in vector.
I will also please you with the fact that there are 4:3 monitors and ultra-wide 21:9.
With interpolation, not everything is as good as it might seem. Linear interpolation greatly spoils the picture, which is not surprising. Bilinear and any other will lead to artifacts at the boundaries of sprites, if the sprites are tightly packed in the sprite sheet (and they are) - on one sprite there will be blurry pixels of the neighboring sprite around the perimeter. Therefore, you need to take care of scaling in advance and make a one-pixel frame around each sprite that repeats the pixels along the sprite's perimeter (it can be 2 pixels wide, but at least one).

S
SkrinV, 2019-09-22
@SkrinV

If for a PC, then create immediately for FullHd, if a phone, then first try only HD

P
Prizrak55, 2019-09-22
@Prizrak55

So where is the correct answer? How many people, so many opinions?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question