This project is a simple "Guess the Word" game implemented using HTML, CSS, Sass, and JavaScript. The game allows users to guess letters to uncover a hidden word. It provides instant feedback on correct and incorrect guesses and displays a message upon winning the game.
-
Randomly selects a word from a predefined list.
-
Displays the word with hidden letters represented by underscores.
-
Allows user to guess one letter at a time.
-
Provides feedback on correct and incorrect guesses.
-
Displays a congratulatory message when the word is guessed correctly.
-
Responsive design with user-friendly interface.
-
HTML: Provides the structure of the game.
-
CSS & Sass: Styles the game and offers additional flexibility for maintaining and organizing styles.
-
JavaScript: Implements the game logic, handles user interactions, and updates the display.