Word Masters is a simple yet addictive word-guessing game inspired by Wordle. This project was developed as part of a coding challenge to create an engaging and visually appealing word puzzle game.
Guess the 5-letter Word of the Day within 6 attempts.
- Green: The letter is in the correct spot.
- Yellow: The letter is in the word but in the wrong spot.
- Grey: The letter is not in the word.
Each guess must be a valid word.
- Open the game and start guessing the Word of the Day.
- Enter a valid 5-letter word.
- Press "Enter."
- Observe the color-coded feedback for your guess:
- Green: Correct letter and correct position.
- Yellow: Correct letter but wrong position.
- Grey: Letter not in the word.
- Use the feedback to refine your next guesses.
- You have 6 chances to guess the word correctly.
- Daily Challenge: A new Word of the Day every day.
- Intuitive UI: Clean and responsive interface for seamless gameplay.
- Color-coded Feedback: Visual indicators to guide your guesses.
- Validation: Ensures only valid words can be entered.
- Frontend: HTML, CSS, JavaScript
- Game Logic: JavaScript
- Styling: CSS Flexbox for layout and custom animations for transitions
word-masters/
├── index.html # Main HTML file
├── style.css # Styling for the game
├── script.js # Core game logic
- Clone the repository:
git clone https://github.com/yourusername/word-masters.git
- Navigate to the project directory:
cd word-masters - Open
index.htmlin your browser.
- Add support for custom words or challenges.
- Implement leaderboards for daily scores.
- Introduce hints for beginner players.
- Mobile app version.
This project is licensed under the MIT License. See the LICENSE file for details.
- Inspired by Wordle.
Enjoy the challenge and happy guessing!