Thursday 8 October 2015

Hangman Game in C

Hangman Game – Project Introduction:

The most frequently used control statements in this Hangman Game are if() and if()..else sentences as well as iterative statements such as for() loop. The main purpose of the project is to illustrate use of control structures.
Features:
  • The source code of the game is easy, short, understandable and user friendly.
  • When you start the game, the game asks you to guess a character.
  • The Hangman Game in C gives five chances to guess.
  • If you are able to match the character in five guesses, you will be winner.
  • If you fail to match the character in fives guesses, you will lose the game and hanged by Hangman Game in C.
You can use this Hangman Game in C as your chapter project of control structure and it can also be used to learn use of different control structures and simple input and output statements etc.