Marcela Adiao IT201-018 Project 1
Feature 1: Player moves around in accordance with key press ( I, J, K, L)
Input: I, J, K, L keys press
Process: Player’s position on screen changes in accordance with the key pressed, I for up, J, for left, K for down, L for right
Output: Player Gameobject moves location
Feature 2: Player selects vegetable on left mouse click of different vegetable names
Input: Left mouse click of text on screen
Process: The selected vegetable display changes when player clicks on different plant names text
Output: Selected vegetable will change in accordance with player’s choice
Feature 3: Player plants a vegetable in front of them when P key is pressed
Input: P key press
Process: The selected vegetable Gameobject will be placed in front of player when P key is pressed
Output: Selected vegetable appears in front of player
Feature 4: Player harvests a plant in front of them when H key is pressed
Input: H key press
Process: All the vegetable Gameobjects the player has made are destroyed
Output: All planted vegetables disappear