marouen-lamiri / Second-Soul

Unity-Game
2 stars 0 forks source link

Help Menu #72

Closed marouen-lamiri closed 9 years ago

marouen-lamiri commented 10 years ago

As a user, i want to be able to access a Help Menu[SP: 1] [Priority: 5] [Risk: Low]

smileyWolf commented 9 years ago

Sorry for the delay, was very busy with projects due and finals.

smileyWolf commented 9 years ago

First Draft

Here is how we wanted the game's Help to look like. It is basically the same as statistics.

displayhelp_draft

smileyWolf commented 9 years ago

Task breakdown (in hours)


Implementation Breakdown (in hours)

( * ) Steps already performed before writing the Task-breakdown. Reason of my delay are the projects and finals for other courses.

smileyWolf commented 9 years ago

Initial Display-Help functionality.

Here is how it looks like:

displayhelp_1_scene

Let me know if I missed something or for any other suggestions.

marouen-lamiri commented 9 years ago

Discussion ...

This is what i think it should look like, we will need to update it for every new feature we have

smileyWolf commented 9 years ago

Final Result

Here is how it looks like with all scenes (equipping&MiniMap&mapGeneration&displayHelp.)

displayhelp_2_scene

smileyWolf commented 9 years ago

Black-Box Testing

Tests # Inputs Expected Output Status
Display Controls Press 'h'-key when the Controls-menu is hiden. Controls-menu displayed. Pass
Hide Controls Press 'h'-key when the Controls-menu is displayed. Controls-menu hiden. Pass
smileyWolf commented 9 years ago

Demo Steps

  1. Press the 'h'-key.
  2. The Controls-menu will:
    1. Close - if the Controls-menu is opened.
    2. Open - if the controls-menu is closed.
Kishor0122 commented 9 years ago

Help menu works fine, 'h' key successfully toggles the help menu. Maybe add 'p' for pausing the game to the menu. Signing off.