tilegame / TileExperiments

experiments with tiling systems for web games.
https://tilegame.github.io/TileExperiments/
0 stars 0 forks source link

Player-Always-Center vs. Manual-Free-Scrolling ? #9

Closed fractalbach closed 6 years ago

fractalbach commented 6 years ago

User Interface Choice:

  1. Should the main player (that's you!) always be centered on your screen? When you move around, it appears as if the world moves around you.

  2. Should the view be freely scrollable? Gives more control of the camera but you will have to manually scroll to see yourself.

  3. Both? Option to switch back and forth.

fractalbach commented 6 years ago

Going with option 2 until it becomes useful to have auto-center. Then go with option 3.