This is my first app - a simple Hangman game built with React.
-
Clone the repository:
git clone https://github.com/PiotrG1996/Hangman/tree/main
-
Navigate to the project directory:
cd hangman-game
-
Install dependencies:
npm install
-
Start the development server:
npm start
-
Open your browser and go to http://localhost:3000 to play the game.
- Enter a word or phrase in the input field and click "Start Game" to begin.
- Try to guess the hidden word or phrase by clicking on the letters provided.
- Each incorrect guess will display a part of the hangman.
- You win the game if you guess the word or phrase correctly before the hangman is complete.
- You lose the game if the hangman is complete before you guess the word or phrase.
Win Image | Game Over Image |
Enjoy playing Hangman!
This project is licensed under the MIT License.
Developed by: Piotr Gapski