grantjenks / free-python-games

Free Python Games

Home Page:http://www.grantjenks.com/docs/freegames/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hangman with AI

grantjenks opened this issue · comments

Implement hangman with an AI.

  1. Player will specify a word.
  2. Computer player will validate word in dictionary.
  3. Computer player will then guess letters.
  4. For missed guesses, the hangman gains more parts.

Instead of using "hangman" which is politically incorrect, use Ascii Art and make the picture disappear.

I would like to do this work.