
------------------------------- ELIMINATOR ---------------------------------


============================================================================
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
-------------------
Empty the playground by shifting pegs 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.
Each move however, costs one point and each remaining pegs at the end of the 
game costs 10 points.


Content of this distribution
----------------------------
- eliminator.html: The ELIMINATOR 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 illuminator.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 eliminator.html with 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 eliminator.html with your browser.

The hiscore.php script will create the following additional files:
el0hits.dat - el4hits: contain the number of times played (per peg type)
el0score.dat - el4score.dat: file with the top-50 high scores (per peg type)
