Skip to content

This is a Hangman Game built using React with TypeScript (.tsx) for better type safety and developer experience.

License

Notifications You must be signed in to change notification settings

Rhythmdoshi31/Hangman-Game

Repository files navigation

React Hangman

Screenshot 2025-05-25 at 4 55 00 PM

Description

A simple and interactive Hangman game built using React.

Features

  • Guess letters to reveal the hidden word
  • Track remaining attempts
  • Win or lose conditions
  • Reset game functionality

Installation

  1. Clone the repository:

    git clone <repository-url>
  2. Navigate to the project directory:

    cd react-hangman
  3. Install dependencies:

    npm install
    # or
    yarn install
  4. Start the development server:

    npm start
    # or
    yarn start

    The game should open in your browser at http://localhost:3000/.

Usage

Simply guess letters by typing them or clicking on an on-screen keyboard (if implemented). Try to guess the word before you run out of attempts!

About

This is a Hangman Game built using React with TypeScript (.tsx) for better type safety and developer experience.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published