Battlegrounds v0.01 - PSP Homebrew Game
Author: Alex Wickes aka Xfacter
October 10, 2006

----------------------------------
GAME INFO
----------------------------------
This is my first *real* attempt at game programming, and it isn't quite a full game (yet).
Battlegrounds is basically a deathmatch game currently, but I may create a story in the future.
As of now all you can do in terms of playability is pretty much just move around, scroll onto
  different backgrounds and shoot/kill enemies (with complementary dumb AI at the moment, of course).


----------------------------------
FEATURES
----------------------------------
 - Controls:
    + CROSS         - Boost
    + SQUARE        - Shoot Cannon
    + CIRCLE        - Shoot Lasers
    + D-Pad or      - Movement
      Analog Stick
    + Right Trigger - Strafe
    + Start         - Pause
    + Select        - Pause/Play MP3 Playback

 - AI: Shoots when you are in front of them, turns, moves.

 - Random Enemy Spawner(tm)

 - Collision: No collision between player and enemies yet, otherwise full collision.

 - MP3 Playback: I decided not to include the mp3s I was using as they're copyrighted and I'm terrible
                 at making music. However, you can put your own mp3s in the data/sounds folder and they
                 will (should?) automatically play. You can also play the mp3s in your PSP/MUSIC folder.

 - Weapons:
    + Cannon        - This is your generic explosive shell.
    + Laser         - ...And this is your generic lazy beam.

 - Extra Options (in pause menu):
    + Change Clock Speed
    + Run a homemade FPS counter
    + Show Enemy Health


----------------------------------
INSTALLATION
----------------------------------
Just copy over the folder(s) from either the 1.0 or 1.5 directory (it's really a matter of preference nowadays).


----------------------------------
CHANGELOG
----------------------------------
[10-10-06]
 - First Release


----------------------------------
CREDITS
----------------------------------
 - All coding/graphics done by myself (Alex Wickes)
 - fshot.wav and explosion2.wav from Callisto 0.2
 - Special thanks to the guys in #psp-programming on irc.freenode.net for help and support. Check it out some time!
 - Thanks to Insomniac for the PSP native random number generator code.
 - Thanks to QJ.net for being the best place to get the latest 'brew.
 - And thanks to psp-programming.com for code reference, help, and support.


----------------------------------
CONTACT
----------------------------------
Contact me:
 - By email:  Xfacter@gmail.com
 - By AIM:    MajorWix
 - By MSN:    Xfacter20@hotmail.com


Do not modify this readme in any way, shape, or form.





(YOU WILL BE EXECUTED FOR TREASON)