Py-Contributors / awesomeScripts

A Collection of Awesome Scripts in Python to Ease Daily-Life. Create an issue If you have some great ideas for the new script. Leave a :star:
https://py-contributors.github.io/awesomeScripts/
MIT License
589 stars 273 forks source link

Reorganised hangman.py #564

Closed Rohan-Somadder closed 2 years ago

Rohan-Somadder commented 2 years ago

Please fill all the details and checkbox, so we can merge PR faster.

Pull Request Template

script name - hangman.py

What have you Changed

Reorganised hangman.py and relocated the words to guess to a words.py file and added many new words, now the Word function returns a random word present in the list.

Issue no.(must) - #564

Self Check(Tick After Making pull Request)

If the issue was not assigned to you Please don't make a PR. It will mark as invalid.

Join Us on Discord:- https://discord.gg/JfbK3bS

acknowledgement

codeperfectplus commented 2 years ago

Your previous change is also showing in PR. Please make sure to git pull origin before fresh PR

Rohan-Somadder commented 2 years ago

OK, will keep that in mind. should I make a new PR?