C++ Projects

Hangman 5000

This game is the most basic game ever. There are 10 words pre programmed into the game, and you guess the word. If you don't guess the word after 6 tries, you'll kill him! It uses the C++ string class to search the strings and compare it to the characters the user entered. It doesn't have any error checking, but it does work.

If you want to compile the source code and try it out for yourself the links are below.