Skip to content

CodeAjay/Word-Guess-Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Word Guessing Game

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!

image

Table of Contents

Features

  • 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.

Installation

  1. Clone the repository to your local machine:

    git clone https://github.com/CodeAjay/word-guessing-game.git
  2. Navigate to the project directory:

    cd word-guessing-game
  3. Install the project dependencies:

    npm install

Usage

  1. Start the development server:

    npm start
  2. Open your web browser and go to http://localhost:3000 to play the game.

  3. Click the "Start" button to begin the game.

  4. Guess letters using the input field and "Guess" button.

  5. Receive feedback and hints as you play.

  6. Win the game by correctly guessing the entire word, or lose by running out of attempts.

Technologies Used

  • React: A JavaScript library for building user interfaces.
  • CSS: Styling for the game components.
  • Audio: Sound effects for correct and incorrect guesses.

Contributing

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.

License

This project is licensed under the MIT License.


Developed by CodeAjay

Releases

No releases published

Packages

No packages published