Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aishikmukherjee/hangman-game-using-python
Developer/Creator: Aishik Mukherjee
https://github.com/aishikmukherjee/hangman-game-using-python
code coding easy final-year-project hangman-game hangman-in-python learn-to-code learning-python programming programming-in-python project python python-project python3
Last synced: about 19 hours ago
JSON representation
Developer/Creator: Aishik Mukherjee
- Host: GitHub
- URL: https://github.com/aishikmukherjee/hangman-game-using-python
- Owner: aishikmukherjee
- Created: 2024-10-01T20:40:49.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-10-01T21:08:47.000Z (3 months ago)
- Last Synced: 2024-10-20T04:45:51.602Z (2 months ago)
- Topics: code, coding, easy, final-year-project, hangman-game, hangman-in-python, learn-to-code, learning-python, programming, programming-in-python, project, python, python-project, python3
- Language: Python
- Homepage:
- Size: 236 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# hangman-game-using-python
Instructions:
- To run and use the program/game download both the files (i.e 'Hangman.py' and 'hangman_data.py')
- Keep both of the files in the same directory in your system
- Run/Open/Execute 'Hangman.py' to play the game. Enjoy :)
- Don't touch the file named 'hangman_data.py' file if you don't know what you are doing.
- email me at [email protected] for support / any querryCommand to check if your system has python installed or not: python --version [for windows]
Developer/Creator: Aishik Mukherjee