Welcome to the Hangman Game project! This game is a word guessing game where you have to guess the letters of a hidden word. You have 6 incorrect guesses before the game ends. If you correctly guess all the letters in the word, you win the game. To make it easier, the game provides a hint. There are a total of 21 levels to complete.
- Word guessing gameplay.
- Limited incorrect guesses (6).
- Winning condition when all letters are correctly guessed.
- Hint feature to assist with guessing.
- Multiple levels to progress through.
- Game logic implementation
- Word selection and hidden word display
- Guessing and checking letters
- Incorrect guesses tracking
- Level progression
To start playing the Hangman Game, follow these steps:
- Clone or download the project repository to your local machine.
- Open the project directory in your preferred code editor.
- Run npm start at the terminal.
- The game starts by selecting a word for the player to guess.
- You need to guess the letters of the word by selecting them.
- Each incorrect guess adds to the total incorrect guesses count (maximum 6).
- If you guess all the letters in the word correctly before reaching 6 incorrect guesses, you win the game.
- The game provides a hint to assist you in guessing the word.
- There are a total of 21 levels to complete.
- Enjoy playing and advancing through the levels!
- JSX
- CSS
- React
Contributions to this project are always welcome! If you have any suggestions, bug reports, or want to add new features, feel free to open an issue or submit a pull request.
If you have any questions or need further assistance, please feel free to contact the project owner at vivekcb8642@gmail.com.
Enjoy playing the Hangman Game and have fun guessing the words!