-
Notifications
You must be signed in to change notification settings - Fork 1
Countdown Timer (Team 4)
Team 4 is in charge of implementing the countdown feature for the game. The countdown timer is an important feature for the game as it is a loss condition of the game; if the player cannot find the traitor within a given time, game is over and the player will lose. If a player has a time buffer item, the remaining time in the countdown can be increased by a specific amount of time.
Apart from the basic functionality of countdown, the time remaining can be increased if the player has the timer buffer item, and the countdown can be paused and resumed depending on whether the player has paused or resumed the game.
Sprint 2 Update:
The player can now consume the time buffer item (as Team 8 has implemented), and this will correspondingly increase the remaining time, which will be reflected in the countdown timer.
The player can decide to pause and start the game at any time, as we have created pause/resume buttons on the main game screen, which will pause and resume the countdown timer respectively.
We have decided the countdown clock may look something like the above image. The font is pixelated to match the game style. We have not been able to implement the design yet, so it is subject to change. However, the final design should not differ drastically from the image above.
We have implemented the basic functionality of the countdown feature as a component (countdownDisplay.java), and have added the component to the main game screen's UI in MainGameScreen.java.
countdownDisplay.java: https://github.com/UQdeco2800/2022-ext-studio-1/commit/9d85797b7e5b48ca7e87ba35c89ac672e98e7eb5
added component to main game screen: https://github.com/UQdeco2800/2022-ext-studio-1/commit/4c1bd29fe1b26213b2828e8760475dec8009db03
- Uniform Pixel Grid Resolution
- Storyline
- Instruction
- NPC info
- NPC Communication Script
- Inventory-System-and-Consumables
- Storyline User Test
- Traitor Clues
- Game Characters
- Player Profile User Test
- Player Eviction Menu Sprint1: User survey (Team 7)
- Player Eviction Menu Sprint2: User survey (Team 7)
- Sprint3 - Win/lose Condition: User survey (Team 7)
- Sprint4 - Polishing-tasks: User survey (Team 7)
- Transition Animation/Special Effects/Sound Effects: Feature Overviews
- Transition Animation and Effects: Design Process & Guideline
- Sprint 4 User Testing
- Transition Animation & Effect: Code Guideline-Sprint4
- Sound effect when players complete npc tasks and hover over npc cards
- Fixing the clue bug
- Music Test
- Player Eviction Menu: Design Process & Guideline
- Player Eviction Menu (Feature Overviews)
- Player Eviction Menu: Code Guideline - Sprint1
- Sprint 1 User Testing
- Detailed Eviction Card: Design Process & Guideline
- Detailed Eviction Card: Feature Overviews
- Sprint 2 User Testing
- Player Eviction Menu: Code Guideline - Sprint2
- Sprint 2 Inventory System and Consumables Items User Testing
- Sprint 2 Inventory System and Consumables Items Functionality
- NPC interaction testing plan sprint3
- NPC interaction testing results sprint3
- NPC Dialogue Scripts
- Code Guideline
- Win/lose Condition: Design Process & Guideline
- Win/lose Condition: Feature Overviews
- Sprint 3 User Testing
- Win/lose condition: Code Guideline - Sprint3
- Enemy List
- User Testing 1: Enemy Image Filter
- User Testing 2: Enemy Animation and AI
- User Testing 3: Basic Attack