A fun terminal-based word scramble game built with Python 3. Players are given scrambled Apple product names and must correctly guess the original word. The game tests memory, pattern recognition, and familiarity with Apple products.
- ๐ Apple-themed word list
- ๐ Random word scrambling system
- โจ๏ธ Interactive guessing input
- ๐ Score tracking system
- ๐ฎ Full word-by-word gameplay loop
- ๐ง Improves pattern recognition and focus
- Python 3.x
git clone https://github.com/your-username/wordscramble.git
cd wordscramblepython3 wordscramble.py- A scrambled Apple product name is shown
- You must type the correct original word
- If correct, you earn 1 point
- If incorrect, the correct answer is revealed
- The game continues through the full word list
- Final score is shown at the end
Unscramble this word: eplpa
Your answer: apple
Correct! +1 point!- iPhone, iPad, MacBook, Mac Pro, Mac Mini
- AirPods, AirTag, Vision Pro
- Apple accessories and more
- Words are randomly shuffled each round
- No time limit, but accuracy matters
- Score increases by 1 per correct answer
- Game ends after all words are used
- Difficulty levels (easy / medium / hard scrambling)
- Timed mode for faster gameplay
- Hint system
- Categories (iPhone only, Mac only, etc.)
- GUI version using Tkinter or Pygame
Open source - Feel free to take inspiration!