A fun and challenging word game that tests your vocabulary under time pressure! Unscramble letters to reveal hidden words and climb the leaderboard.
✨ Dynamic Gameplay
- 200+ words w 8000 ith difficulty levels (Common → Legendary)
- Streak bonuses for consecutive correct answers
- Time-based scoring (faster guesses = more points)
🎯 Player Assistance
- Smart hints for each word
- Live input validation (green underline for partial matches)
- Word refresh option
🏆 Progress Tracking
- Animated score updates
- Visual feedback for correct/incorrect answers
- Celebration effects for high scores
Frontend |
---|
-
Play Online:
Live Demo -
Run Locally:
git clone https://github.com/GZ30eee/Word-Scramble-Game.git cd Word-Scramble-Game open index.html # Or use your preferred browser
- Guess the unscrambled word shown on screen
- Type your answer in the input field
- Earn points based on:
- Word difficulty
- Time remaining
- Current streak
- Use hints if stuck or refresh for a new word
Pro Tip: Legendary words (8+ letters) give 3× bonus points!
Word-Scramble-Game/
├── js/
│ ├── script.js # Game logic and controls
│ └── words.js # Word database
├── style.css # All styling
├── index.html # Main interface
└── img/ # Game assets
Contributions are welcome! Please:
- Fork the repository
- Create a feature branch (
git checkout -b feature/your-feature
) - Commit changes (
git commit -m 'Add some feature'
) - Push to branch (
git push origin feature/your-feature
) - Open a Pull Request
MIT © GZ30eee