top of page

Hangman

This is a simple console application written in C++.

​

This implements the simple array to store the words (which are all computing terms) and then displays them as a hidden character until the user guesses it correctly.

 

For each time that the user guesses incorrectly the next stage of the hangman graphic displays and their letter is put into an array which is also displayed.

​

It is a very simple game with all the graphics being ASCII art.

bottom of page