Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
manuphatak committed Dec 18, 2015
1 parent bd212a1 commit c30c014
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions hangman/view.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,21 @@ def draw_board(game, message=FlashMessage()):
Dare to pick a letter:
_
Example:
HANGMAN GAME
_____
| |
|
| MISSES:
| _ _ _ _ _ _ _ _ _ _
|
|
________|_
_ _ _ _ _ _ _
Dare to pick a letter:
_
:param hangman.Hangman game: game instance
:param hangman.utils.FlashMessage message: flash message
Expand Down

0 comments on commit c30c014

Please sign in to comment.