Please enable JavaScript.
Coggle requires JavaScript to display documents.
Walled City of Kowloon (Implementation (Buildings (School, Apartments,…
Walled City of Kowloon
-
-
Gameplay
Build up / place objects within the city. The goal is to stack / place as many buildings/places as possible before either time runs out or you run out of space.
How / What
-
-
Hover over where you want to place the object, and click to drop/place it.
-
-
Implementation
Objects are randomly instantiated and placed in a Q. Player can either use mousewheel to move through the Q or just place the current object to get to the next one.
-
-
-
Overall grid is of size 10x10, 25x25 or 50x50. (Depends on how large I make the prefabs)
When placing objects, the ones that are out of bounds become/highlight red. Ones that are in bounds are highlighted green.
Display how many buildings of type X were created, how many people live in the city, etc.
-
-