To build everything, run make:

bash% make


To make very naughty thing, try setting USE_BEL define.  But I don't
recommend it, if you have functional PC speaker (I did not even test
this possibility).

bash% make DEFS=-DUSE_BEL


To play "the game", run game.exe:

bash% ./game.exe


It accepts several command line options, but they don't affect
anything in the game itself.  Command line options implement all
requirements for this contest.  To obtain list of available options,
use '-help' option twice, or pass some incorrect option.

bash% ./game.exe -help -help


In the main meu only two options are implements: "Start Game" and
"Quit".  All other menu items are purely cosmetic.


Ohh, and don't play it too much.  You won't get more that 218 points
score with default map anyway :-)
