Skip to content

Latest commit

 

History

History
87 lines (81 loc) · 2.92 KB

UC_6.md

File metadata and controls

87 lines (81 loc) · 2.92 KB
<style>.bolded{font-weight:bold;}table{border:4px solid;}</style>

📌 Load Game



Use Case: Load Game Identifier: UC_6
Use Case Level: Player User
Priority: High Complexity: Medium
Primary Actor: Player User Secondary Actor: N/A
Objective: The user can restore a previous game.
Precondition: The user has an unfinished game in pending state.
Post-condition Success: The game loads successfully.
Failure: There are no unfinished games in pending state.
Normal Course Alternative Course
1. The use case begins when the user clicks "Load Game" button. __________
2. The system search for any user's game in pending state. __________
3.a. Exist one game without being finished. The system dispalys all bingo cards on the game view, show all numbers calleds and marked the matched numbers in the bingo cards. 3.b. Does not exist any game in pending state. The system displays a warning message: You do not have any unfinished game.
End of use case
Observations:
This use case uses the UC_7.




◀️ Return