Wordel is a web-based word guessing game inspired by Wordle. The goal is to guess a secret five-letter word in six attempts. Each guess gives you feedback to help you get closer to the answer.
- Simple and clean UI
- Animated feedback for correct, close, and wrong guesses
- Winner animation for correct guesses
- Responsive design
- Uses a random word fetched from an API
- Objective: Guess the secret five-letter word in six tries or less.
- Input: Type your guess using your keyboard. Only valid five-letter English words are accepted.
- Submit: Press
Enterto submit your guess. - Feedback:
- Green (Correct): The letter is in the correct position.
- Yellow (Close): The letter is in the word but in the wrong position.
- Gray (Wrong): The letter is not in the word.
- Backspace: Use
Backspaceto delete the last letter before submitting. - Win/Lose:
- If you guess the word correctly, you win and see a winner animation.
- If you use all six attempts without guessing the word, the correct word is revealed.
- Clone this repository or download the files.
- Open
index.htmlin your browser. - Start playing!
index.html: Main HTML file for the game UIstyle.css: Styles for the gamewordel.js: Game logic
- Inspired by Wordle
- Built with HTML, CSS, and JavaScript
Enjoy playing Wordel!
