Skip to content

a-othman/Hang-man-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Hang man game

This is a text based of hang man game. For more info about the game check: [https://en.wikipedia.org/wiki/Hangman_(game)]

Instructions

You can play the game aganist the comuter. The computer chooses a random word from "words.txt". You can also choose the word yourself as follows:

{
hangman("word")

}
{
secretWord = chooseWord(wordlist).lower()
hangman(secretWord)

}

Requirements:

python 3.x

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages