marouen-lamiri / Second-Soul

Unity-Game
2 stars 0 forks source link

Treasure Chest #93

Closed marouen-lamiri closed 9 years ago

marouen-lamiri commented 9 years ago

As a user, i want to be able to find treasure chests in the map and retrieve an item from it[SP: 5] [Priority: 1]

gfortin13 commented 9 years ago

Task breakdown (in hours)

gfortin13 commented 9 years ago

Black-Box Testing

Tests # Inputs Expected Output Status
Get in range Click the chest Character walks to chest Pass
Open Chest Click the chest while in range Chest opens and drops items Pass

These issues have been retested: #82 Tests failed: None Last edit: 08/03/2015

gfortin13 commented 9 years ago

Demo Steps

  1. Add a Chest close to the Player
  2. Walk to the Chest
  3. Click to open the Chest
  4. Pick up dropped items from the chest

*Note: since in normal game play Treasure chests should be random and rare spawns, we statically add one to show behavior for demo prupose

gfortin13 commented 9 years ago

treasure chest interaction - diagram

Interaction with Player, Treasure Chest and related objects

Kishor0122 commented 9 years ago

Treasure chest opens on click and drops items, which can be picked up. An opening animation would be a good thing to add. Signing off.