A fun and interactive word guessing game built with HTML, CSS, and JavaScript. Fetches random words from an API, shuffles them, and challenges users to guess the correct word. Features include a score counter and a chances counter for dynamic gameplay and solve button works with DFS AI algorithm to get the right order of the shuffled word.
Welcome to the Word Guessing Game! This interactive game is built with HTML, CSS, and JavaScript. It fetches a random word from an API, shuffles it, and challenges you to guess the correct word.
- Random Word Fetching: Each game fetches a new word.
- Shuffled Display: Displays a shuffled version of the word to increase the challenge.
- Score Counter: Increases by 1 for each correct guess.
- Chances Counter: Decreases by 1 for each incorrect guess.
- Clone the repository:
git clone https://github.com/yourusername/word-guessing-game.git cd word-guessing-game