Sheep-a-pult
------------

Entry for the Ludem Dare 48 hour game contest by R, J Patenall (robot_guy)

Rules
	Knock down the oppositions tower by hurling missiles at it. First to
	reduce the strength of the other tower to zero (first bar under the
	tower) wins.

	The amount of enery is shown as the second bar. Each missile costs
	some energy, but it can also be used to repair your own tower. If you
	get enough energy (bar full) your tower becomes bigger and harder to
	destroy

	Firing missiles is a three key press process. Pressing once starts the
	catapult. Press a second time to indicate the speed of lauch, a third
	sets thr angle. PLay with it, you'll get the hang of it.

	Press 1 or 2 at the beggining to indicate a one or two player game,
	in one player games the computer is player 2 (the right tower)

Controls
	Esc at any time quits
	
	Player 1
		Q	fire missile
		A	Repair tower

	Player 2
		O	fire missile
		K	Repair tower

Requirements
------------
SDL + SDL_mixer
Python
pygame
(I think)