ScrambledWords is a fun and interactive word puzzle game built with SwiftUI! Unscramble the letters to guess the correct word based on an image clue. Perfect for learning, practicing spelling, or just challenging yourself.
• Image-Based Clues: Each puzzle displays an image as a hint for the word to unscramble.
• Tap & Arrange Gameplay: Tap on scrambled letters to form your guess.
• Instant Feedback: Get immediate feedback on your answers.
• Score Tracking: Your score is displayed at the end of the game.
• Replayable: Play with a new set of questions each time.
• SwiftUI State Management: Used @State properties to manage the game state, including guessed letters, score, and UI updates.
• Dynamic UI Updates: Updated the interface reactively as the game progresses.
• User Interaction: Implemented tap gestures for letter selection and answer submission.
• Data Modeling: Utilized structs to represent letters and questions, and managed game logic cleanly.
• Feedback & Alerts: Provided visual feedback for correct and incorrect answers, as well as a final score summary.
