Skip to content

yermaka-a/hangman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hangman Game 🎮

Welcome to the Hangman Game! This is a classic word-guessing game implemented in native JavaScript. Test your vocabulary skills and see how many attempts it takes you to guess the hidden word!

Table of Contents

❗❗❗Play on gh-pages 🌐❗❗❗

Features 🌟

  • Simple and intuitive user interface
  • Random word selection from a predefined list
  • Tracks the number of incorrect guesses
  • Displays the correctly guessed letters
  • Option to play again after finishing a game

Technologies Used 🛠️

  • HTML: Structure of the game
  • CSS: Styling for a better user experience
  • JavaScript: Game logic and functionality

How to Play 🕹️

  1. A random word is selected, and you will see underscores representing each letter.
  2. You have a limited number of incorrect guesses (usually 6).
  3. Enter a letter to guess. If the letter is in the word, it will be revealed; otherwise, you will lose a life.
  4. Continue guessing until you either reveal the word or run out of lives.
  5. Have fun!

Installation ⚙️

To get started with the Hangman game, follow these simple steps:

  1. Clone the repository:
    git clone https://github.com/yermaka-a/hangman
  2. Run index.html on you dev server
  3. Play!

Usage 💻

Simply open the index.html file in your favorite web browser. The game will load, and you can start guessing letters right away!

Contributing 🤝

Contributions are welcome! If you have suggestions for improvements or new features, feel free to create a pull request or open an issue.

License 📄

This project is licensed under the MIT License - see the LICENSE file for details.

About

a hangman game

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors