sasraf / Game-Design

CRLS 2019 Game Design Projects
0 stars 0 forks source link

Trivial: Game board is setup in a diamond shape instead of square (Sekai Tully Carr) #4

Open sasraf opened 5 years ago

sasraf commented 5 years ago

Describe the bug The game board is in the shape of a diamond instead of a square. The players AWSD controls are best suited to move around in a square environment. The weird rotation of the playing field makes it harder to move as accurately as you would want. Getting stuck in corners is easy to do because it is hard to outmaneuver out of them. You have to move diagonally which is not easy to do well.

To Reproduce Move the player into a corner and then try and move out of it.

Expected behavior A clear and concise description of what you expected to happen.

I expect that if my player is is a corner that I would be able to easily get it out without bouncing around off of the walls.