##################################
##	    Love		##
##	      Or		##
##	      Death		##
##			  v.1.1 ##
##		    Felipe Maia ##
##################################

Game and Source Code from:
www.cin.ufpe.br/~fm/

----------------------------------------------------
 LICENSE
----------------------------------------------------

You can modify, distribute and use Love Or Death source code at your will,
as long as this readme is distribuited along.

The graphics were made by myself Felipe Maia (The Author) and are my intelectual property.

----------------------------------------------------
  AIM OF THE GAME
----------------------------------------------------
The aim of the game is to gather as much score points
as possible.

There are two game types: Color Type and Tetris Type.

Color Type: You should gather blocks of the same color
together, once four blocks of the same time are together,
forming a horizontal or vertical line, all blocks connected
and of same color as them are going to be destroyed, giving
you score points.

Tetris Type: You should gather the blocks, regardless of their
color in a complete horizontal line, once the line is formed,
the line will be destroyed giving you score points.

----------------------------------------------------
  CONTROLS
----------------------------------------------------
MENU:
  UP and DOWN ARROWS: Change game options
  ENTER: Accept

GAME:
  Z - Rotates the tetrablock left (counter-clockwards)
  X - Rotates the tetrablock right (clockwards)
  SPACE - Pauses the game
  LEFT ARROW - Moves the tetrablock left
  RIGHT ARROW - Moves the tetrablock right
  DOWN ARROW - Forces the tetrablock fall - Becarefull using this key
  
----------------------------------------------------
  CREDITS
----------------------------------------------------

Programming: Felipe Maia
Graphics: Felipe Maia
Sounds: Internet

----------------------------------------------------
  CHANGES
----------------------------------------------------
1.1:
-More intuitive menu.
-Options: Key changing, sound disabling.
-Fall down key now stops acting after a block falls down. You will have
to release and press again to make it go down.