Difference between revisions of "Play-Space"
Jump to navigation
Jump to search
Line 4: | Line 4: | ||
//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. | Note: We reduced the size of the grid from 5x5 to 4x4 to simplify the game a bit further by setting into a smaller scope. | ||
[[Category:Management]] | [[Category:Management]] | ||
[[Category: Game Design]] | [[Category: Game Design]] |
Latest 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 from 5x5 to 4x4 to simplify the game a bit further by setting into a smaller scope.