Skip to content

This is a simple Hangman clone created in C++ using the console.

License

Notifications You must be signed in to change notification settings

BodenMcHale/Hangman-CPlusPlus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hangman

Hangman is a word guessing game where the player attempts to construct a missing word by guessing one letter at a time. After a certain number of incorrect guesses, the game ends and the player loses. The game also ends if the player correctly identifies all the letters of the missing word.

Screenshots

image

image

image

Words

  • Abyss
  • Glowworm
  • Oxygen
  • Jazz
  • Cobweb
  • Staff
  • Zipper
  • Whiskey
  • Puzzling
  • Ivory
  • Haiku
  • Bookworm
  • Peekaboo
  • Jackpot
  • Ivy
  • Wizard
  • Fishhook
  • Jogging
  • Jinx
  • Queue
  • Psyche
  • Zodiac

Watermark

To remove the www.LostRabbitDigital.com water mark, delete line 128.

  cout << "LostRabbitDigital.com\n" << endl;

About

This is a simple Hangman clone created in C++ using the console.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages