Difference between revisions of "Play-Space"

From Pearhub Wiki
Jump to navigation Jump to search
m
Line 1: Line 1:
The play-space consists of an isometric view of the player's company. It is laid out in a 5x5 grid constituting 25 lots on which buildings can be placed on.
The play-space consists of an isometric view of the player's company. It is laid out in a 4x4 grid constituting 16 lots on which buildings can be placed on.


The initial viewport size is 1080 x 900 pixels.
The initial viewport size is 1080 x 900 pixels.
//NOT FOR MVP Increase grid after level up?


//NOT FOR MVP Increase grid after level up?
Note: We reduced the size of the grid to simplify the game a bit further by setting into a smaller scope.


[[Category:Management]]
[[Category:Management]]
[[Category: Game Design]]
[[Category: Game Design]]

Revision as of 07:00, 14 June 2022

The play-space consists of an isometric view of the player's company. It is laid out in a 4x4 grid constituting 16 lots on which buildings can be placed on.

The initial viewport size is 1080 x 900 pixels. //NOT FOR MVP Increase grid after level up?

Note: We reduced the size of the grid to simplify the game a bit further by setting into a smaller scope.