
---------------------------------- LOOZ'M -----------------------------------


=============================================================================
July 2022
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
-------------------
Prevent the playground from filling up by moving pegs via free paths and 
creating horizontal, vertical or diagonal rows of five or more identical pegs. 
Rows of five or more identical pegs will disappear and add to your score.
Note: The longer the rows, the higher the scores!


Content of this distribution
----------------------------
- loozm.html: The LOOZ'M game
- 0peg0.png - 0peg9.png: peg set 0
- 1peg0.png - 1peg9.png: peg set 1
- 2peg0.png - 2peg9.png: peg set 2
- 3peg0.png - 3peg9.png: peg set 3
- 4peg0.png - 4peg9.png: peg set 4
- hiscore.php: The php script for the top-50 list (see below)
- readme.txt: This file


Installation instructions
-------------------------
>> Without Top-50 list <<
Save all files to the same directory on your computer or, if you prefer, on 
your server. 
Edit loozm.html and add two slashes (//) at the beginning of line 39 
as indicated hereafter:

var hiScores = 0; //include high scores (1: yes, 0: no)

Start the game by launching the file loozm.html via your browser.

>> With Top-50 list <<
You need to have PHP installed on your server for this to work!
Upload all files to the same accessible directory on the server of your host.
Start the game by launching the file loozm.html on the server via your browser.

The hiscore.php script will create the following additional files:
lz0hits.dat - lz4hits: contain the number of times played (per peg type)
lz0score.dat - lz4score.dat: file with the top-50 high scores (per peg type)
