This project is a browser-based Wordle game implemented using HTML, CSS, and JavaScript. The game allows players to guess a hidden word, providing feedback on the correctness of their guesses.
- Interactive UI for user input and feedback
- Asynchronous fetching of the word of the day from an API
- Dynamic validation of user guesses against the hidden word
- CSS animations for visual effects
- Clone the repository to your local machine.
- Open the
index.html
file in a web browser.
- Open https://depayanmondal.github.io/wordle/
- The game provides a hidden word of the day.
- Guess the word by entering letters (5-letter word).
- Press Enter to submit your guess.
- Correct letters are displayed in green, incorrect letters in gray, and misplaced letters in yellow.
- The game ends after 6 rounds or when the correct word is guessed.
- Word of the day provided by [https://words.dev-apis.com/word-of-the-day]
- Inspired by the classic game "Wordle"