/hangman-python

This is a simple hangman game made in Python

Primary LanguagePython

Simple Python hangman

Description

This is a simple hangman game written in Python, currently the game has the basic hangman functionality without a score system, this will be added in the future with new features.

Installation and running

  • Clone this repository by using:
git clone repo-link
  • Run the game by using the command:
python main.py
  • You can modify the data.txt file to add all the words you want to use in the game.