Skip to content

hemavatisaboo/HangmanGame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

HangmanGame

Simple hangman game using python 3

  • words to guess are taken randomly from words.txt file.

  • Main file to start game is Hangman.ipynb .

How To Play:

  • At the start of the game, count of letters in the secretWord is provided to player.
  • Player have to guess one letter per round, till the word is guessed successfully or player runs out of guesses. Eight guesses are available to the player.
  • The player receives feedback immediately after each guess about whether their guess appears in the word. The partially guessed word so far, as well as letters that the player has not yet guessed are also displayed.

Note: assignment for edx course MITx:6.00.1x Introduction to Computer Science and Programming Using Python

About

Simple hangman game using python 3

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published