Hangman

Hangman Game: Game of guess

What is Hangman game?

Hangman is a word-guessing game that is often played between two people. One person thinks of a word and draws a blank line for each letter in the word. The other person tries to guess the word by suggesting letters. For each incorrect guess, a part of a stick figure (representing a “hangman”) is drawn. The goal is to guess the word before the hangman is fully drawn.

How to play

Setup

Displaying the Word

Display spaces “(_)” to represent each letter in the chosen word.

Guessing Letters

«««< HEAD

FlowChart

Incorrect Guesses

Victory Condition

Defeat Condition

Starting a New Round

A Range of Words

Increasing Challenge

Developing Strategies

Features

Frameworks, Libraries & Programs Used

  1. Hangman logo:
    • At the start of the guessing game, hangman logo appear
  2. guess_word:
    • The guess_word list was generated by openai.
  3. GitHub:
    • GitHub is used to store the projects code after being pushed from Git.

Testing

Remaining Bugs

Deployment

GitHub Pages

The project was deployed to GitHub Pages using the following steps…

  1. Log in to GitHub and locate the GitHub Repository
  2. At the top of the Repository (not top of page), locate the “Settings” Button on the menu.
    • Alternatively Click Here for a GIF demonstrating the process starting from Step 2.
  3. Scroll down the Settings page until you locate the “GitHub Pages” Section.
  4. Under “Source”, click the dropdown called “None” and select “Master Branch”.
  5. The page will automatically refresh.
  6. Scroll back down through the page to locate the now published site link in the “GitHub Pages” section.

The live link can be found here - https://samakinbile.github.io/Hangman/

Credits

Media

Acknowledgements