Welcome to the Word Guessing Game, a fun and interactive game where players attempt to guess a hidden word letter by letter. Try to guess the word before running out of attempts!
- Start the game by clicking the "Start" button.
- Guess letters one by one to uncover the hidden word.
- Receive hints as you guess incorrectly to help you narrow down your choices.
- Each game has a limited number of attempts before it's game over.
- Enjoy sound effects for correct and incorrect guesses.
- Play again after winning or losing.
-
Clone the repository to your local machine:
git clone https://github.com/CodeAjay/word-guessing-game.git
-
Navigate to the project directory:
cd word-guessing-game
-
Install the project dependencies:
npm install
-
Start the development server:
npm start
-
Open your web browser and go to
http://localhost:3000
to play the game. -
Click the "Start" button to begin the game.
-
Guess letters using the input field and "Guess" button.
-
Receive feedback and hints as you play.
-
Win the game by correctly guessing the entire word, or lose by running out of attempts.
- React: A JavaScript library for building user interfaces.
- CSS: Styling for the game components.
- Audio: Sound effects for correct and incorrect guesses.
Contributions are welcome! If you find a bug or want to enhance the game, feel free to submit a pull request. Please make sure to follow the existing code style and include relevant documentation.
This project is licensed under the MIT License.
Developed by CodeAjay