al-alamin / Hangman

This repository contains the replication package for my 1st year under graduation course project for CSE 105 (Structured Programming Language C)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hangman

Hangman is a guessing game .A player thinks of a word, phrase or sentence and tries to guess it by suggesting letters or numbers, within a certain number of guesses.The word to guess is represented by a row of dashes, representing each letter of the word.

If the guessing player cannot be able to suggest a letter which occurs in the word,one element of a hanged man is added.

The player guessing the word may, at any time, attempt to guess the whole word. If the word is correct, the game is over and the guesser wins. Otherwise,the guesser is penalized by adding an element to the diagram.

On the other hand, if the player makes enough incorrect guesses, the game is also over. However, the guesser can also win by guessing all the letters or numbers that appears in the word, thereby completing the word, before the diagram is completed.

About

This repository contains the replication package for my 1st year under graduation course project for CSE 105 (Structured Programming Language C)


Languages

Language:C++ 60.1%Language:C 35.1%Language:XSLT 3.8%Language:CSS 1.0%Language:Batchfile 0.0%