*** PAPERWARS ***   

1. DESCRIPTION
==============
Paper Wars is a turn based game, inspired from a number of places, such as 
Advance Wars, Chess etc.

There are a couple very conscious design decisions that makes this game unique:

There are three units: Tank, Copter, and Soldier. Player has only 3 moves per 
turn. However, they can do whatever they want during those 3 moves, including
move the same unit 3 times, or shoot with the same unit 3 times.

There is no base building per say, but there are be capturable locations such 
as a helicopter pad and cities.


2. IMPORTANT NOTE
=================
We've tested the game on 2 Caanoo's both with firmware version 1.5. If you have 
problems with the game, please check that first! 

Firmwares are always available at http://dl.openhandhelds.org/cgi-bin/caanoo.cgi


3. CONTROLS/GAME
================
The whole game is controlled via touchscreen. So please calibrate your
touchscreen before playing.

If you dont want to play out all 3 moves, you can click on the checkmark icon
on the top left corner to finish your turn.

3.1 CAANOO SPECIFICS
====================
The thumbstick controls the camera, with the home button you can leave the game.
All other buttons are unused. The GSensor is used to look a bit left or right
by tilting the Caanoo into one of the directions.

Haptic/Rumble is also used throughout the game, but it's not configurable within
it yet, so you need to enable it in Caanoo's dashboard.

If your joystick is a bit wonky, you can change the deadzones in the file
Data/PaperWars/config.ini.

3.2 WIZ SPECIFICS
=================
The dpad controls the camera, with the menu button you can leave the game.
All other buttons are unused. 


4. THIRDPARTY STUFF USED
========================
* SDL, SDL_mixer
* libpng, libz
* ogg/vorbis
* mersenne twister: http://www.math.sci.hiroshima-u.ac.jp/~m-mat/MT/emt.html
* EASTL (see LICENSE.EASTL)
* iniparser (Copyright (c) 2000-2011 by Nicolas Devillard. MIT License)
* Font "CA Misfit" created by pheist (http://pheist.net)
* LUA (http://www.lua.org/license.html)

Hope we didn't forget any important. If we missed something on list, just contact 
us please.
                            
5. CREDITS
==========
Peter Traylor(park) - art, crazy ideas
crow_riot - code, sensible ideas
 

6. CONTACT
==========
Send PM to either traylorpark or crow_riot on the gp32x.com forums
(http://gp32x.com/).


