Skip to content

yusuf7861/hangman-project

Repository files navigation

Hangman Game

A modern take on the classic Hangman game built with Next.js and deployed on Vercel.

🌐 Live Demo

Check out the live version of the project here:
Hangman Game - Live

📸 Screenshots

Home Screen

hangman-tab.jpg

🚀 Features

  • Interactive Gameplay: Guess the hidden word one letter at a time.
  • Multiple Difficulty Levels: Different word lengths for varying challenge levels.
  • Responsive Design: Play the game on any device—desktop, tablet, or mobile.
  • Customizable: Ready for enhancements like score tracking and hints.

🛠️ Tech Stack

⚙️ Getting Started

Prerequisites

Installation

  1. Clone the repository:

    git clone https://github.com/yusuf7861/hangman-project.git
    cd hangman-project
  2. Install dependencies:

    npm install
    # or if you prefer yarn
    yarn install
  3. Start the development server:

    npm run dev
    # or
    yarn dev
  4. Open your browser and navigate to http://localhost:3000.

🖼️ Deployment

This project is deployed on Vercel. You can easily deploy your own version by following these steps:

  1. Push your code to a GitHub repository.
  2. Connect your GitHub account to Vercel.
  3. Import your repository on Vercel and deploy.

🤝 Contributing

Contributions are welcome! If you’d like to contribute:

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature-branch).
  3. Make your changes and commit (git commit -m 'Add some feature').
  4. Push to the branch (git push origin feature-branch).
  5. Open a Pull Request.

Running Locally for Development

  1. Run the linter to ensure consistent code:

    npm run lint
  2. Build for production to test the build:

    npm run build
  3. Run the production build locally:

    npm start

Feel free to contribute.

Contact me

Email

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published