1 hangman: a hangman game implementation
2 ======================================
4 1. Compiling and running
5 ------------------------
7 To compile the game just run 'make' in the source directory and a binary
8 file called 'hangman' will be created.
10 To run the game do the following:
17 The game has a menu which is easy to follow and understand, there's
18 no need to explain how to deal with it.
23 For debugging purposes, you can pass the '-d' command-line option to the
24 game so that it can show the hidden word you're trying to discover.
30 Luiz Fernando N. Capitulino
31 <lcapitulino@gmail.com>