Classic Hangman game with Pygame & Python touch.
Implementation of the hangman game in Pygame. With the ability to ask today's word, most used & searched words and bunch of other fun options to play.
Pip:
pip install hangthepyman
after that you can run this on your command line:
python -m hangthepyman
Source:
After cloning, head to hangthepyman directory and run:
python3 the_hangman.py
Add Menu- Add Music
Complete word functions to improve asked wordsand add Hint option
- 0.1.3
- fixed directory passings to support python 3.6+
- Added Main Menu
- Added End Game Screen, you can continue to play now if you wish so.
- 0.1.2
- Refactored path codes. There shouldn't be any path problems anymore. Tested on Kali Linux and Win10. Hopefully works on these platforms. If you encounter any problems make sure you have pygame installed.
- 0.1.1
- Added Random word function. (You now have 20k words to guess!)
- Now shows what was the word if u happen to lose or win.
- Fixed path issues.
- 0.0.2
- Fixed path issue
- 0.0.1
- Created the game :)
Berkay Girgin – @Gerile3 – berkay.grgn@protonmail.com
Distributed under the MIT license. See LICENSE
for more information.
- Fork it (https://github.com/Gerile3/HangThePyMan/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request