Skip to content

Latest commit

 

History

24 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

Hangman

  • A simple hangman game in C++ with a selection of 130 words for the user to guess from. Shell based game using ascii art to display the hangman.

Project Feature and Goals

  • A counter of how many guesses it takes
  • a constantly updated drawing of the hangman for each guess
  • a method of entering such that if the user wants to guess the word it is a completely different pathway and if guessed wrong, ends the game

UI and Logic Planning

Hangman is a shell and text based game.

UI

StartingGuess

FirstGuess

FinalGuessRight

FirstGuessWrong

GuessedSameLetterTwice

FinalGuessAllWrong

Class Diagram

I opted for using a flowchart as a class diagram would be too simple

Flowchart

Link To Source Code

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages