项目作者: nikosama7

项目描述 :
Hangman Game in Python
高级语言: Python
项目地址: git://github.com/nikosama7/hangman.git
创建时间: 2019-02-08T21:16:50Z
项目社区:https://github.com/nikosama7/hangman

开源协议:

下载


hangman

Hangman Gamer vs Computer (AI)

version: 1.2.0

Rules:

  1. Guess the word (given the first character) choosing one character in every round.
  2. You can choose how many chances for wrong character guesses you have in evry game.
  3. You can choose if you want the first character of the hidden word to be hidden or not.

This programm contains a big list (data base) of English words (more than 2,400) and you can continue to play, every time with a different word.

Player is able to choose the difficulty of the word, by inserting the minimum length of the word and the maximum number of wrong gueses.

Update history:

  • 1.3.0 Remembering wrong past choices and not counting as a new wrong answer [Coming Soon]

  • 1.2.0 Selecting how many wrong choices are allowed.

  • 1.1.0 Choice of the minimum length of the word

  • 1.0.0 Public Release

  • 0.9.1 Bug fixes

  • 0.9.0 Beta version (only words starting with a,b or c)