Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

For me it moves so fast that I have no time to react, most of the times I die in a fraction of a second. I am guessing the delta time is not considered for moving the boxes, so at higher refresh rates it goes really fast (I am using a refresh rate of 144Hz)

The game redraws/refreshes every 16ms and how far the movement goes depends on the screen size.

Let’s say that you have a screen with x as width and y as height.

If x > y then the universal space to base everything from would be (x / 4) and vice versa.

That’s not considering that I have to only get a certain percentage depending on what I want to do.