
---------------------------------- HANGMAN ---------------------------------


============================================================================
Autumn 2019
This game was produced by LuxSoft - Belgium and may be freely distributed
If you like it or have a suggestion, drop us an email at rb[at]luxsoft.eu
============================================================================

Purpose of the game
-------------------
By clicking the displayed keyboard find the requested word within 1 minute
and 10 moves.


Content of this distribution
----------------------------
- hangman.html: The FLIP game
- countries.js: The file with country names (in Javascript format)
- capitals.js: The file with names of capitals (in Javascript format)
- readme.txt: This file


Installation instructions
-------------------------
Save all files to the same directory on your local computer or, if you 
prefer, on your server.
To start the game launch the file 
hangman.html via your browser and add ?countries or ?capitals to the url 
in the address field of the browser. E.g. ....../hangman?countries.

You can also add an hyperlink to HANGMAN in one of your webpages.
This link should have the following format:

<a href="your_path/hangman.html?countries">HANGMAN - Countries</a> or
<a href="your_path/hangman.html?capitals">HANGMAN - Capital Cities</a>

You can easily create an xxx.js file with your own list of words. This file
must have the same (Javascript) format as countries.js and capitals.js.
Don't forget to add required special characters (e.g. accents) to the 
keyboard layout defined in this file (See for instance capitals.js).
