Skip to content

A classic hangman game developed in Python that gets random word from WordsAPI.

Notifications You must be signed in to change notification settings

hevalhazalkurt/HangmanPy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HangmanPy

In this little project I developed a classic game called hangman in Python.

The game has two version :

  1. Hangman : hangman.py - This version getting the word from local .txt The words in the words.txt document were taken from a database of 5000 words, which are the most commonly used in English, and the words such as the adverbs, prepositions, and conjunctions were eliminated.

  2. Hangman Pro : hangmanpro.py - This version getting the word from WordsAPI randomly and little bit more hard to solve. To use that version you need to subscribe WordsAPI and replace your API key into 'x-rapidapi-key': "YOUR_API_KEY" section. The API isn't completely free but gives 2,500 requests per day in its free plan.

You can play the local version of game online on Repl.it.

It's just for fun so have fun! :)

Releases

No releases published

Packages

 
 
 

Languages