Skip to content

Hangman game which uses the wonderwords to get a word to use in the game

Notifications You must be signed in to change notification settings

nlutala/Hangman

Repository files navigation

Hangman

Hangman game which uses the wonderwords to get a word to use in the game

Description

This program was created to help familiarise me with object-oriented programming concepts, GUIs in Python as well as automated testing.

Getting Started

Dependencies

  • Please ensure that you have Python version 3 installed on your computer. If you have not yet got the link, you can find the latest version of Python available using this link: https://www.python.org/downloads/

Installing

  • Open https://github.com/nlutala/Hangman/ in a new tab.
  • Press the green "<> Code" button and press "Download ZIP"
  • Once downloaded, extract all files to a new folder
  • Open your preferred terminal (command prompt, windows powershell etc.) in the directory where the requirements.txt file is located and write: pip install -r requirements.txt
  • Now you should have all the required libraries to run the project

Executing the program

  • To run the game, write the following command in the terminal: python hangman_gui.py

Author

Nathan Lutala, nlutala

Version History

Acknowledgements

Inspiration for writing this readme file

About

Hangman game which uses the wonderwords to get a word to use in the game

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages