If the game,source code or whatever is include in this package damages you computer, your heath,
or anything I will not take any responsibility.

This is my first and only release of the game to the public.
You can modify, play with, and distribute the source code as long as you give me some credit
for it. The source code should compile under DOS/WINDOWS and LINUX without any modification.
I used the Allegro 4.1 libary which makes this game portable to other Operating Systems. 

****** Minimum requirements ******
This game ran fine on a 75 mhz computer.
You need a mouse.

Everything's finished execpt the help menu system, which I am not finishing.
Anyways who needs help on how to play minesweeper?

- For those of you that never played minesweeper the goal is to uncover the whole 
  field without tripping any mines in the least ammount of time. 

- The buttons with numbers on them tell how many mines are touching that botton.

- Left click with the mouse on a button opens a button.

- Right click on a button sets a flag on a button, You put a flag on a button that
  you think a mine is underneath.

- A right click on a button with flag sets a question on the button, You set a 
  question mark on a button just to mark it if you're uncertain of whats underneath it.
  I never use it.

- A right click on a button with a question clears that button.

- pressing the middle mouse button or pressing both the left and right mouse buttons
  at the same time on an opened button with a number on it opens all the buttons touching 
  it except the buttons with a flag. This only works if theres the same ammount of flags 
  touching the button as the number on the button. For an example a button with a 2 on it has
  to have at least 2 flaged buttons touching it, no more no less. 

- pressing the 'c' button on the keyboard captures the screen into a file named screen.bmp

Also if you want to play a custom game, click on custom from the game menu.
In the custom game dialog to switch between text fields simply click on the text field 
you want to switch to. To clear a text field press the del button.

Hope You enjoy :)