项目作者: SamiOksanen

项目描述 :
Hangman guessing game
高级语言: Python
项目地址: git://github.com/SamiOksanen/Hangman_Game_Python.git
创建时间: 2017-05-28T15:45:37Z
项目社区:https://github.com/SamiOksanen/Hangman_Game_Python

开源协议:

下载


Hangman Game Python


Pretty normal hangman quessing game where you have 9 failed tries before game over. Game includes selection of word themes. When you begin the game you choose a theme and then you try to guess a word from this theme letter by letter. After guess you see useful information like how many letters you are missing and how many tries you have left. Demonstrates the basic capabilities of Python application.

In this application you’ll see the following in action:

  • Functions
  • Importing
  • Randrange
  • Dictionaries
  • Lists