About
Nicholas Miceli
Document Analyzer. Requirements Supervisor.
Nicholas_Miceli@student.uml.eduUse Case Diagram. Actors and Cases
Display the interactions of our player on the system we have created. Player can start the game loop, quit game, and read the about page.
Class Diagram. Types and Interactions.
Displays all the objects and classes of our game. See all the public and private member functions. All the data types associated with each class.
Sequence Diagram. Timelines.
Show all the possible sequences and timelines that can result from the start of the game. Show the main loop for the questions and answering, as well as correct and incorrect answers.
And lastly, State Diagram. Gameplay and Design.
See how the game starts, ends, loops, wins, and loses.