Brainstorming & Testing
Game Mechanics
Controls
W, S, D, A keys for player movement control
O, P keys or left, right mouse button - camera view control
Space bar for jumping
Rounds
For each round, the timer starts at 5 minutes and counts down to 0
The player meets the requirement and unlocks the next level
Score Points
Each level requires a certain number of seeds
Level 1 (10), level 2 (15), level 3 (30)
Health Points
The full health bar is 100 pts
During the game, the health points will decrease slowly (-0.16 pts/per sec)
The player can increase HP by collecting the crumb item (+10Hp)
Enemy
Humans are the enemies
There are three types of enemies: the child, the elder brother, and the mom
The player loses 30 HP when encountering enemies
Game Ends
Win
The player collects the required number of seeds from all three rooms and gets back to the cage
Lose
The player didn’t get back to the cage in time. Or, the player’s health points reach 0
TOP