*------------------------------------------------------------
* Author: Forgotten Linkz
* Contact: forgottenlinkz@gmail.com
*
* Notes:
* This is my first attempt at programming for the wii.
* I haven't programmed anything for a console before, 
* hell, i haven't programmed in any kind of other programming
* language other then java before. 
* 
* My thanks goes out to LowLines for providing all the images
*------------------------------------------------------------

\\\\\\\\\\\\
\\Controls\\
\\\\\\\\\\\\

Controls are easy:
 + in menu:
  - Up / Down 		Mode selection
  - A			Confirm selection
  - 1			Show controls
  - Home		Quit game
 + in game
  - Up			Chooses 'Rock'
  - Right		Chooses 'Paper'
  - Down		Chooses 'Scissors'
  - A			Confirms selection
  - 1			Show controls
  - Home		Quit game


\\\\\\\\\\\\\
\\Changelog\\
\\\\\\\\\\\\\

--V0.3 25/06/08
+ Changed the name to Another Rock Paper Scissors game
+ Now using GRRLIB for image
+ Fully graphical!
+ Cleaned up some code
 
--V0.2 20/06/08
+ Made 2 player mode
+ Extra images
+ Rumble!

--V0.1 16/06/08
+ initial release