DhanushNehru / Python-Scripts

A curated list of python scripts for automating your tasks
https://dhanushnehru.github.io/Python-Scripts/
MIT License
558 stars 262 forks source link

Addition of the Hangman Game #356

Closed Im-Arth1307 closed 1 month ago

Im-Arth1307 commented 1 month ago

PR Title

Addition of a Hangman Game and README file (fixes #352 )

Summary

Added the popular game of hangman that is easy to download and people can play it on their terminal itself. I have included the game as well as a word file where many words are added that the computer can pick from and a README file which will help the user in setting up as well as playing the game. I have tested the program and it runs perfectly. I have also tried my best to adhere to the guidelines set. Please let me know if you have any suggestions. I have also tried to add my project to the original Readme but I would like to request you to go over that as I am new to contributions and may have made a mistake.

in the repository

in the PR

Thank You, Im_Arth1307