~yacinechaouche/pythoneers-hangman/trunk

Viewing all changes in revision 2.

  • Committer: yacinechaouche at yahoo
  • Date: 2013-07-17 00:14:25 UTC
  • Revision ID: yacinechaouche@yahoo.com-20130717001425-104o3kamitviui5d
# 1) Load a list of words from a dictionary file (/usr/share/dict/words) -check-
# 2) Ask to quit / replay -check- 
# 3) Print the list of letters already tried -check-
# 4) If the letter was already tried, do not increment the counter of attempts -check-
# 5) Choose the level of difficulty at the beginning of the game. For example : -check-
#    Easy => 10 attempts
#    Medium => 7 attempts
#    Hard   => 5 attempts

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: