SDLPONG V0.2 -- A SDL PONG GAME

Requirements:

The basics: (g++, etc.)

SDL (only tested with V1.2.x)

SDL_image (only tested with V1.2.x)

To move the units:

Player 1 (left): 
	up: 	Q
	down: 	A

Player 2 (right):
	up: 	O
	down:	L

ESC bring the menu up

To Build:
	make
	make install



To Run: 
	pengpong

If you do not have root permissions:
	./pengpong
	Ignore the make errors, the program will check the local directory
	for the files


Enjoy

Adam Weiss: shmur@softhome.net
David Tansey: djtansey@bigfoot.com