/Hangman

Simple hangman game using C

Primary LanguageC

Simple Hangman game using C

Gameplay

Starting Screen

  • The game starts with a security question for the player (A simple math problem).
  • The game then asks for player information and following that the game starts.

Gameplay

  • The opening screen of the game displays the blank letters of a specific word, the player lives and the number of tries and correct guesses.
  • Each time the player enters a letter, the game decides if the letter is correct or not and the information gets updated accordingly.
  • The game ends when the player guesses the word correctly or if the player loses all their lives.
  • The game then asks the user to restart or end game.

Screenshots

Some visualization of the game is given below

Security question and Player info image

Game UI image

Game Mechanics image

Game Results image

image

Developer

Talat Mahmud Lam