Pastarena
---------

Description
-----------
A simple musical arena shooter, made for the Super Friendship Club's COPY/PASTE
pageant. Barring movement and shooting, everything happens via standard
clipboard actions. So enemies are only ever added by the game copy/paste-ing
them, and the pickups work on the same principle.

The pickups are:
- Clipboard: Copy and paste your bullets with Ctrl-C/Ctrl-V. Lasts a limited
  amount of time.
- Undo: Ctrl-Z returns the game to it's starting state (does not affect score).
- Select-All: Ctrl-A selects all active enemies, Delete kills them. Each enemy
  killed adds to your score.

Forum thread: http://www.superfriendshipclub.com/forum/viewtopic.php?f=4&t=580


Controls
--------
Mouse: Move player ship.
Escape: Return to title/quit.


Game Options
------------
The game will automatically start fullscreen at your desktop's current
resolution, with the game corrected to its desired aspect ratio.

You can pass the executable various command line flags:

Usage:
Pastarena.exe -w [width] -h [height] -win -m -a [name]

Flags:
--width [val] | -w [val]:	Set the width of the window.
--height [val] | -h [val]:	Set the height of the window.
--window | -win:		Sets whether to go windowed or not.
--mute | -m:			Switches off the sound output.
--audio-api [name] | -a [name]:	Sets the audio API to use.  Can be SDL,
				DirectSound, ASIO, MME, ALSA, JACK, OSS,
				CoreAudio.
--help | -help:			Display this help.

These can also be set from the Pastarena.conf file that will be generated
when the program is first run. It resides at:

Windows XP:      Documents and Settings/<user name>/Application Data/Pastarena
Windows Vista/7: Users/<user name>/AppData/Roaming/Pastarena
Linux etc.:      /home/<user name>/.Pastarena
OSX:             /Users/<user name>/Library/Application Support/Pastarena


License Details
---------------
Source code is licensed under the GPL v3. Graphics and sounds are licensed under
the Creative Commons Attribution-ShareAlike license. The font is League Gothic
from The League of Movable Type:
http://www.theleagueofmoveabletype.com/league-gothic


- Niall Moody (17/06/12).

