Word Guessing Game Using JavaScript
Guess a Word game is a word puzzle game where players try to identify a hidden word based on a hint and the no. of characters in the word. These games test players vocabulary and abilities.
Sample Images:


Guess a Word game is a word puzzle game where players try to identify a hidden word based on a hint and the no. of characters in the word. These games test players' vocabulary, spelling skills, and deductive reasoning abilities.
Key Features:
1)Random Word Generation:The application generates a random word for the user to find. This word is sourced from a predefined array of words from an external file.
2)Accuracy Tracking:The application tracks the number of incorrectly typed words and gives 8 chances to find the correct word. The incorrect word is automatically written below the hint part.
3)Hints:- For every word a hint is provided, with the help of this hint the player can identify the correct word.
4)Results Display: After ever correct or incorrect guess a popup is shown which contains the result i.e. the guess is correct or the guess in incorrect.
5)Restart: A restart option is also provided to restart the game.
HTML, CSS and JavaScript is used to develop this application
Project Files
| .. | ||
| This directory is empty. | ||