---------------------
LUA Wordingo for PSP.
---------------------
By Lee Fuller (fullerlee@hotmail.com)

Credits:
- My awesome Wife for giving the AI player a better opponent than myself. 
- Bino Ichi for providing the Dawg lookup code (utilDawg.lua) and for the base square skin.
- The options icon is copied from GIMP (http://www.gimp.org)
- All images created using GIMP2
- Created with Notepad++ (http://notepad-plus.sourceforge.net)

--------------
Requirements
--------------
Requires luaplauyer 0.14 or above.
Compatible with the latest release of the Windows luaplayer (v0.14).


--------------
Installation
--------------
Drop the entire wordingo directory into the luaplayer applications directory.



--------------
Instructions
--------------
Controls (Use shoulder L to get in-game help):

	General In-game
	Shoulder L:    Show help.
	Shoulder R:    Show score info.
	Start:         Pause / In-game menu.
	Circle:        Cancel the current word. Tiles are placed back on the rack.
	Square:        Change Letters. 

	Rack-mode
	DPad L/R:      Change highlighted Tile.
	DPad D:        Shuffle the tiles on the rack.
	Cross:         Select a tile from the rack.
	Triangle:      Finish turn.
	
	Board-mode
	DPad U/D/L/R:  Change highlighted square.
	Cross:         Place tile on board, go back to rack mode.
	Circle:        Cancel the current word. Tiles are placed back on the rack.
		
	Changing letters mode:
	DPad L/R:      Change highlighted Tile.
	Cross:         Select highlighted Tile.
	Square:        Change selected Tiles.
	Circle:        Cancel changing letters.

---------------
Release History
---------------

0.5
-Removed 1P QuickPlay.
-Invalid plays will now be removed from the board.
-Added option to get to the Word Finder during the game using the Rack Letters - Cheating!
-Added option to check the current play.
-Fixed a bug where changing letters on the first go would cause problems.
-Added back buttons to some menus.

0.42	(25th Feb 2006)
-Fixed a bug when pausing with timer option set to 0.

0.41	(24th Feb 2006)
-Released with the timer option set to 0. The timer was causing problems under some configurations.


0.4	(23rd Feb 2006)
-Added AI player with n levels of difficulty (see wordingoProfiles.lua).
-Word Finder will now use blanks.
-Changed board square skin to show premium square types
-Changed dictionary to OSPD3
-Added Board Editor
-Added Tile Editor
-Loads of bug fixes

0.3p.2 	(3rd Feb 2006)
-Added 3 modes of dictionary lookup - off, strict, and info

0.3p.1 	(1st Feb 2006)
BugFix Release.
-Improved loading time.

0.3p 	(30th Jan 2006)
Preview Release.
-Rewritten the menuing system.
-Rewritten the scoring system.
-Added skinnability.
-Added the ability to play with up to 4 (human) players.
-Added dictionary lookups (although no functionality included in the game).
-Board definition is read from a file (data/wordingo.dat)

0.2 	(10th Nov 2005)
-BUGFIX: Cancelling a word when bag is empty now works properly.
-FEATURE: When in rack-mode, press Dpad down to shuffle the tiles.

0.1	(3rd Nov 2005)
-Initial Release