keikoro / Hangman

A Hangman game programmed in Python
MIT License
4 stars 2 forks source link

make entire word guessable #11

Closed keikoro closed 11 years ago

keikoro commented 11 years ago

let users guess the entire word instead of individual letters like in classic hangman

keikoro commented 11 years ago

in progress, needs some reshuffling of statements (exclude option to guess just a few more letters than one...)

keikoro commented 11 years ago

Looks like this is finally working!