The Hangman Game is a web application that lets you play the classic Hangman game against the computer. Hangman is a word-guessing game where players attempt to guess a hidden word by suggesting letters within a limited number of guesses. In this version, the computer picks a random word from a chosen category.
- Play Hangman against the computer
- Choose from various word categories
- Interactive and user-friendly interface
- Next.js
- TailwindCSS
- Bootstrap
- TypeScript
- Styled-components
- Node.js installed on your machine
- Clone the repository:
git clone https://github.com/GhoulKingR/hangman-game.git
- Navigate to the project directory:
cd hangman-game
- Install dependencies:
npm install
- Start the server:
npm run dev
- Open http://localhost:3000 in your browser to view the app.
- Visit the live site at https://ghoulkingr.github.io/hangman-game.
Distributed under the MIT License. See LICENSE
for more information.