(Lab) Final GameStart Assignment Overview You have learned a lot this semester. Now it's time to take all of these skills and put them together to build something completely original. By now you sh

Game Design Document (GDD) Game Title Swift Adventure: The Quest for Taylor's Lyrics Broad Overview Swift Adventure: The Quest for Taylor's Lyrics is a hybrid text-based and 2D game that immerses players in the world of Taylor Swift. Players navigate through different eras of Taylor Swift's career, solving puzzles and completing challenges to collect hidden lyrics. Each level represents a different album era, featuring unique mini-games and puzzles that incorporate concepts learned throughout the course. The goal is to collect all the lyrics to piece together a complete song at the end of each era.

+-----------------------------+ | Start Screen | || | [1] New Game | | [2] Continue | | [3] Instructions | | [4] Exit | +-------------+---------------+ | +-------------+---------------+ | Level Selection Screen | |-----------------------------| | [1] Debut Era | | [2] Fearless Era | | [3] Speak Now Era | | [4] Red Era | | [5] 1989 Era | | [6] Reputation Era | | [7] Lover Era | | [8] Folklore Era | | [9] Evermore Era | +-------------+---------------+ | v +-------------+---------------+ | Level Start Screen | |-----------------------------| | - Era Introduction | | - Display Objectives | +-------------+---------------+ | v +-------------+---------------+ | Main Gameplay Screen | |-----------------------------| | - Text Description | | - Player Choices | | - Inventory | | - Puzzle Solving Area | | - 2D Mini-Games | +-------------+---------------+ | v +-------------+---------------+ | Puzzle/Challenge Screen | |-----------------------------| | - Puzzle Description | | - Player Input | | - Feedback (Correct/Incorrect)| +-------------+---------------+ | v +-------------+---------------+ | Correct Answer? | |-----------------------------| | - Yes | | - No | +-------------+---------------+ | | | v v +-----------------------------+ +-------------+---------------+ | | Incorrect Feedback | | | - Try Again | | +-------------+---------------+ | v +-------------+---------------+--------------+ | Level End Screen | |-----------------------------| | - Display Collected Lyrics | | - Assemble Song | | - Progress to Next Level | +-------------+---------------+ | v +-------------+---------------+ | Game Complete Screen | |-----------------------------| | - Display Completed Song | | - Replay Option | +-----------------------------+ Detailed Flow Start Screen Options: New Game, Continue, Instructions, Exit Level Selection Screen Levels representing different Taylor Swift eras Level Start Screen Introduction to the era and objectives Main Gameplay Screen Descriptive text setting the scene Player choices for interaction Inventory display Puzzle-solving area for challenges 2D mini-games for additional interaction Puzzle/Challenge Screen Descriptive text of the puzzle Player input area Feedback on the correctness of the answer **Correct Answer