项目作者: guhan18

项目描述 :
This is a Python script of the classic game “Hangman”. The word to guess is represented by a row of dashes. If the player guess a letter which exists in the word, the script writes it in all its correct positions. The player has 10 turns to guess the word. You can easily customize the game by changing the variables.
高级语言: Python
项目地址: git://github.com/guhan18/hangman-using-python.git
创建时间: 2020-07-25T07:37:14Z
项目社区:https://github.com/guhan18/hangman-using-python

开源协议:

下载


hangman-using-python

this code is simple hangman game use python, Hangman.py contains code for hangman game, Words.py contains words in which hangman.py displays characters for game