Skip to content

Python-Swift15/Word-Scramble

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

3 Commits
ย 
ย 
ย 
ย 

Repository files navigation

Apple Products Word Scramble ๐Ÿ๐Ÿงฉ

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.

Features

  • ๐Ÿ 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

Requirements

  • Python 3.x

Installation

git clone https://github.com/your-username/wordscramble.git
cd wordscramble

Usage

python3 wordscramble.py

How to Play

  1. A scrambled Apple product name is shown
  2. You must type the correct original word
  3. If correct, you earn 1 point
  4. If incorrect, the correct answer is revealed
  5. The game continues through the full word list
  6. Final score is shown at the end

Example

Unscramble this word: eplpa
Your answer: apple
Correct! +1 point!

Word List Includes

  • iPhone, iPad, MacBook, Mac Pro, Mac Mini
  • AirPods, AirTag, Vision Pro
  • Apple accessories and more

Game Mechanics

  • 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

Future Enhancements

  • 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

License

Open source - Feel free to take inspiration!

About

A Python terminal word scramble game where players must unscramble Apple-related product names to score points and test vocabulary and pattern recognition.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages