
------------------------------- MINEFIELD ---------------------------------


============================================================================
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
-------------------
By clicking the cells on the playground, unveil all cells except the cells 
with a land-mine. When you click a land mine, your minesweeper will go bust 
and the game ends. When a clicked cell shows a number, this number indicates 
the number of adjacent mines, which will help you to locate (avoid) mines.
For your own convenience you can flag cells with a right mouse click. Flagged 
cells are not clickable.


Content of this distribution
----------------------------
- minefield.html: The MINEFIELD game
- 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 minefield.html and at line 54 set hiScores to 0 as indicated hereafter:

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

Start the game by launching the file minefield.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 minefield.html with your browser.

The hiscore.php script will create the following additional files:
mf0hits.dat - mf2hits: with the number of times the game was played (per level)
mf0score.dat - mf2score.dat: files with the top-50 high scores (per level)
