Project

General

Profile

Task #90

Updated by Kenneth Schuetz 3 months ago

Intent: 

 Allow the user to stop playing the game momentarily 
 ** * [ ] Dependencies 
   * [ ] Game objects (to pause updating) 
   * [ ] Basic Gameplay 
 


 * [ ] Test Cases / Acceptance Criteria 
   * [ ] [ ] Can the player pause the game at any point during gameplay? 
   * [ ] Does the game clearly indicate to the user that it is paused? 
   * [ ] Does all of the gameplay stop while the game is paused? 
   * [ ] Does gameplay resume correctly when the game is unpaused? 
   * [ ] Does pressing the escape key while in game pause the game or bring up an in-game in game pause menu?

Back