Skip to content

Latest commit

 

History

History
85 lines (61 loc) · 2.17 KB

README.md

File metadata and controls

85 lines (61 loc) · 2.17 KB

HangThePyMan

Classic Hangman game with Pygame & Python touch.

Python Version Build Status Downloads Stats

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.

screen1

Table of Contents

Installation

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

TODO's

  • Add Menu
  • Add Music
  • Complete word functions to improve asked words and add Hint option

Release History

  • 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 :)

Meta

Berkay Girgin – @Gerile3berkay.grgn@protonmail.com

Distributed under the MIT license. See LICENSE for more information.

Contributing

  1. Fork it (https://github.com/Gerile3/HangThePyMan/fork)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request