Thursday, January 31, 2013

HANGMAN GAME PROJECT C++ Project for Class 11 & 12


Description: 
To keep program no use of graphics.h is there . It use randomize function to get different words.
In the game of Hangman, the computer chooses a word at random from a given list of words. This word is the answer. The player then tries to guess the word, by guessing one letter at a time. Whenever the user guesses a letter that is in the answer, all occurrences of that letter are revealed to the user. The game ends when the user has guessed every letter in the word, before he reaches the allowed number of strikes.
This program is an interactive Hangman game. The focus is to use and manipulate strings and loops. Click on download project button to download zip folder which contains C++ source code file.

10 comments:

  1. how to download it page is redirecting again and again.

    ReplyDelete
    Replies
    1. The Link is now working properly ....... just click on the text " CLICK HERE TO DOWNLOAD" at bottom of the description ........ if still not working try to open the page in different browser

      Delete
  2. the program shows 23 errors
    can u help me out?

    ReplyDelete
    Replies
    1. The program is running fine in our system.
      All I can suggest you right now is try running this program on some other system or other version of c++.
      because there is little difference in reading of program in every version to every compiler.

      Delete
  3. Replies
    1. Check that whether the system is able to load header files or not.
      Try running the program on some other computer or other compiler, because it is running fine in our system. I had developed it in borland c++.
      If project is still not working then please comment again if possible with a little more info. regarding problem
      Thanks

      Delete
    2. how to run those notepad files in c++

      Delete
    3. Hii.
      These are .CPP files although the will by default open in Notepad but are C++ programs.
      To open them C++ you can either
      1. Copy this file in "BIN" folder of your C++ and then run your C++ and then OPEN the file
      OR
      2. right click on the file and then select "Open With" then browse your C++ software.

      Hoping this will solve your problem
      Feel free to ask any doubt again
      Happy to help you

      Delete
  4. how to run those notepad files

    ReplyDelete
    Replies
    1. Hii.
      These are .CPP files although the will by default open in Notepad but are C++ programs.
      To open them C++ you can either
      1. Copy this file in "BIN" folder of your C++ and then run your C++ and then OPEN the file
      OR
      2. right click on the file and then select "Open With" then browse your C++ software.

      Hoping this will solve your problem
      Feel free to ask any doubt again
      Happy to help you

      Delete