/Hangman_Game

This is a console game of the classic hangman game. Made 100% with Python :)

Primary LanguagePython

Hangman_Game 🐍

This is a console game of the classic hangman game. Made 100% with Python :)

hang

How to run the game?

  • Just run the hangman.py file from the hangman_game directory.
  • Make sure of change the path what is in the line 50 of hangman.py with your actual path.
path = 'The path of the file board_score.txt'
  • And done enjoy the game ❤️.