A modern, minimalist implementation of the classic Hangman game using React.
This project is a Hangman game clone built with React, embracing a minimalist design philosophy. It features a clean, uncluttered interface with a hangman stand created using pure CSS. The game randomly selects words from a predefined list, each associated with a hint to help the player.
- Minimalist, sleek user interface
- Pseudo-random word selection with associated hints
- Interactive keyboard input
- Visual representation of the hangman using CSS
- Incorrect guesses tracker
- Win/lose conditions
- Game over screen with option to play again
- React
- JavaScript
- CSS
- Clone the repository: git clone https://github.com/siddharth-narayan-mishra/hangman.git
- Navigate to the project directory: cd hangman
- Install dependencies: npm install
- Run dev server: npm run dev
- The game starts with a random word selected.
- Use your keyboard to guess letters.
- Correct guesses will reveal the letter in the word.
- Incorrect guesses will start drawing the hangman.
- You have 6 incorrect guesses before the game ends.
- Guess the word before the hangman is fully drawn to win!
This project is open source and available under the MIT License.