Skip to content

Repository to hold code written to help study for coding interviews using the textbook "Cracking the Coding Interview." Includes data structure implementations and solutions to problems in the textbook.

Notifications You must be signed in to change notification settings

skypipeshiny/CrackingTheCodingInterview

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

2 Commits
ย 
ย 

Repository files navigation

๐Ÿช“ Hangman Game

Download Now

Welcome to the classic Hangman game! ๐Ÿคฉ This fun Python game challenges your word guessing skills ๐Ÿง . You have a limited number of wrong guesses โŒ before the stick figure ๐Ÿ‘ค is fully drawn. Can you figure out the word before you "hang" the poor guy? ๐Ÿ˜ฑ Let's find out! ๐Ÿ˜Ž

How to Play ๐ŸŽฎ

  • The program will randomly choose a word from a predefined list ๐Ÿ“š.
  • You have to guess the letters of the word one at a time ๐Ÿ” .
  • Each incorrect guess results in a body part being drawn ๐Ÿ–ผ๏ธ.
  • You have a limited number of wrong guesses before the game ends ๐Ÿšจ.

Features โœจ

  • Randomly selected words from a preset list ๐Ÿ“ƒ.
  • Interactive interface that displays the word with blanks ๐Ÿ”ฒ.
  • Fun visual of a hangman being drawn for each wrong guess ๐Ÿ–‹๏ธ.

Requirements ๐Ÿ“‹

  • Python 3.x ๐Ÿ

    
    

Game Rules ๐Ÿ“

  • Guess the letters correctly to complete the word ๐Ÿ†.
  • You lose if you make too many incorrect guesses โŒ!

Enjoy the game, and may your guesses be lucky! ๐Ÿ€

About

Repository to hold code written to help study for coding interviews using the textbook "Cracking the Coding Interview." Includes data structure implementations and solutions to problems in the textbook.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published