Vexed 1.1 for PSP Lua Player
============================

Vexed is a puzzle game in which your goal is to move similar blocks together, which causes them to disappear.
Block can be moved to the left or to the right. 
When no block in under the current block, the block falls down.
Once all the blocks are gone, you've solved the level and you're presented with a new level to solve.

You can only access the next level when the current one is solved in hard mode. 
You can access all levels in easy mode.

Vexed was created by James McCombe (http://vexed.sourceforge.net) for the Palm OS.

=== Upgrade from previous version ====

Overwrite the directories with the new ones.

=== Commands =========================

In all screens:
---------------

Start: Exit the program, for standalone version use Home

In the game screen: 
-------------------

D-Pad: move the cursor or the selected block

 X: Select / Deselect a block
 O: Undo the last block move (Please note that no block will be with status selected after an Undo)
[]: Retry current level

 ^: Show all available levels of the current level pack. 
    The best score done for the level is displayed at the left of the level name
 R: Show all available level packs
 L: Show all available themes


In the selection screens: (level, level pack, theme)
-------------------------

up and down: select the line
left and right: change page

X: Validate selection
O: Cancel


In the preferences screen:
--------------------------

up and down: select the line
left and right: change the value

X: Validate screen
O: Cancel

=== Themes ===========================

Today three themes are included, they are placed in vexed/themes directory.
The themes directory names are default, second and jewels, the name of the default directory must not be changed.
You can add themes by creating a new directory (will be the theme name) and copying all needed files into it.
For each theme you can change the .png files. 
You must respect the file size and names. Thing that the file name is clear enough.
Transparent files can be used.
You can also change the color used for the text.
The settings are done in the file colors.ini in each theme directory.
For example if you want to change the color of the selected fields, change the values r, g and b in the line
selected = Color.new(r,g,b)

=== To Do ============================

Let me know

=== Acknowledgements =================

Shine and Nevyn, for making Lua Player.
PS2DEV.org, for their great forums and SDK.
DCemu for the forums and news
Everyone who contributes to the PSP homebrew scene.
James McCombe for making Vexed and distributing it under the GNU license 
Mod Archive web site for the music file (I don't know the author, thanks to him)

=== Terms of Use =====================

The Vexed application is provided on an "as is" basis.
No merchantability, warranty or fitness is implied.
Although this application has been tested internally, 
there is no guarantee that this software is safe or sane to use. 
Any use of this software is at your own risk. 
You may not use this software if you do not agree to these terms.

=== Copying ==========================

This program is freeware.
You can distributed it freely if this file is part of the distribution.
You are not allowed to put this application in a commercial compilation of application 
or any commercial product without my written acceptance.

=== Contact ==========================

For any comments, suggestions, etc. feel free to contact me at:

cancangm (at) gmail (dot) com

======================================
