Questions tagged [levels]

A discrete space available to the player that forms part of a larger game world.

113 questions
0
votes
2 answers

Level progression starting from target total XP

I'm sort of a newbie here, so pardon me if I don't get any of the lingo right. But I'm trying to create a level progression that charts with the "10,000 hr" rule such that, basically, each hour worked will equal 1 XP and level 99 (xx, if you will)…
-1
votes
1 answer

What to do with empty space?

On the game I am developing, I have a very small amount of left-over space on each level screen (but on no other screens.) It is a little less than 5 millimeters (~1/5in) on the left side and bottom. It is caused by the size of blocks, etc. and a…
user86933