###########################################################################
 mIRC Tetris v1.0 Beta
 By: Talon

 Boredom strikes again! Heres another fun little mIRC picture window
 based game to occupy your time! Hope you like it:)

 --------------------------------------------------------------------------
 Warnings / Known bugs
 --------------------------------------------------------------------------

 This is in the beta stages and may contain bugs. Please notify me any
 that you find so I can fix these.

###########################################################################
 Install
###########################################################################

1. Extract the folder "Tetris" to your mIRC directory.
2. Load the remote file "Tetris.mrc" found in that directory.

---------------------------------------------------------------------------
Solution A: One liner to load (should work if you followed the above correctly)
---------------------------------------------------------------------------
//var %file = $mircdirTetris\Tetris.mrc | load -rs $iif($chr(32) isin %file,$qt($v2),$v2)


---------------------------------------------------------------------------
Solution B: mIRC Scripts Editor
---------------------------------------------------------------------------
 in mIRC, press alt+R when the 'mIRC Scripts Editor' opens, press: alt+FL
 browse to the directory you extracted the "Tetris" dir and select "Tetris.mrc"
 and click OK!

---------------------------------------------------------------------------

3. You May get a prompt saying this script performs stuff on load, You can
   chose to accept or deny, if you chose deny, you miss a pretty little echo
   that tells you how to start the game.. You can do this with /tetris

###########################################################################
 Controls:
###########################################################################

   Left Arrow:     Move Piece Left
   Up Arrow:       Rotate Piece (if possible)
   Right Arrow:    Move Piece Right
   Down Arrow:     Drop Piece one tile (faster)
   Page Down:      Instantly Drop Piece
   Shift:          Hold current piece / switch current piece with hold
   Spacebar:       Pause the Game
    
###########################################################################
 General Info about the game
###########################################################################

 Your level is set by the length of time you survive. There are 10 levels

 Lvl 01: default startout level.
 Lvl 02: achieved by surviving 1 minute.
 Lvl 03: achieved by surviving 2 minutes.
 Lvl 04: achieved by surviving 4 minutes.
 Lvl 05: achieved by surviving 6 minutes.
 Lvl 06: achieved by surviving 9 minutes.
 Lvl 07: achieved by surviving 12 minutes.
 Lvl 08: achieved by surviving 16 minutes.
 Lvl 09: achieved by surviving 20 minutes.
 Lvl 10: achieved by surviving 25 minutes or more.

 Score: score is calculated by the number of lines cleared multiplied by
 your level at that time.

 1 lines: 50 pts
 2 lines: 125 pts
 3 lines: 300 pts
 4 lines: 800 pts
