Project

General

Profile

Task #294

Updated by Kenneth Schuetz 3 months ago

## User Story 
 As a **player**, I want to **pause the game at any time**, so that I can **take breaks or adjust settings without losing progress**. 
 ## Description 
 - Pressing **Pause (ESC or equivalent button)** freezes gameplay. 
 - A **pause menu appears**, allowing access to options or quitting. 
 - Resuming the game **unpauses and continues from the exact moment paused**. 
 ## Test Cases 
 * [x] [ ] Verify that **pressing pause freezes all game activity**.   
 * [x] [ ] Ensure that **the pause menu appears with the correct options**.   
 * [x] [ ] Confirm that **resuming the game restores everything as expected**.   
 * [ ] Validate that **UI elements don’t break when pausing mid-action**. 

Back