codeday-labs / LearnDataStructures

Game for teaching highs/middle school students about data structures and algorithms using Unity and C#
0 stars 0 forks source link

#B003 After receiving food items, the cooking station must combine them to create a specific dish. #15

Open josh671 opened 2 years ago

josh671 commented 2 years ago

User Story: As a player I would like to be able to combine items in the cooking station so that I can create a specific dish. I would like to see a drag and drop menu where I can place the food items. I would also like to see a creation box in the drag and drop menu that returns the created dish.

Instructions:
Create a drag and drop menu for the cooking station. Cooking station menu must be able to receive items from the players inventory. Cooking station must be able to receive the items from the cooking station. After receiving the items the cooking station will be able to create a dish and put it in the a receiving box for the player to drag and drop into their inventory.

Acceptance Criteria:

jeremysrichardson commented 2 years ago

Status and Next Steps?