Skip to content

VulnShade/word-masters

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Word Masters

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.


🎯 Game Objective

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.


🕹️ How to Play

  1. Open the game and start guessing the Word of the Day.
  2. Enter a valid 5-letter word.
  3. Press "Enter."
  4. 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.
  5. Use the feedback to refine your next guesses.
  6. You have 6 chances to guess the word correctly.

💻 Features

  • 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.

🚀 Technologies Used

  • Frontend: HTML, CSS, JavaScript
  • Game Logic: JavaScript
  • Styling: CSS Flexbox for layout and custom animations for transitions

📂 Project Structure

word-masters/
├── index.html          # Main HTML file
├── style.css           # Styling for the game
├── script.js              # Core game logic

🛠️ Installation & Setup

  1. Clone the repository:
    git clone https://github.com/yourusername/word-masters.git
  2. Navigate to the project directory:
    cd word-masters
  3. Open index.html in your browser.

📝 Future Enhancements

  • Add support for custom words or challenges.
  • Implement leaderboards for daily scores.
  • Introduce hints for beginner players.
  • Mobile app version.

📜 License

This project is licensed under the MIT License. See the LICENSE file for details.


🙌 Acknowledgments


Enjoy the challenge and happy guessing!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors