Kill mega-sena.sh
[lcapit-junk-code.git] / games / hangman / README
blob9a4d53e91680cd0193400de548298c29da940ced
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:
12 $ ./hangman
14 2. Playing
15 ----------
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.
20 3. Debugging
21 ------------
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.
26  For example:
28 ./hangman -d
30 Luiz Fernando N. Capitulino
31 <lcapitulino@gmail.com>