1SDLPONG V0.2 -- A SDL PONG GAME
2
3Requirements:
4
5The basics: (g++, etc.)
6
7SDL (only tested with V1.2.x)
8
9SDL_image (only tested with V1.2.x)
10
11To move the units:
12
13Player 1 (left):
14	up: 	Q
15	down: 	A
16
17Player 2 (right):
18	up: 	O
19	down:	L
20
21ESC bring the menu up
22
23To Build:
24	make
25	make install
26
27
28
29To Run:
30	pengpong
31
32If you do not have root permissions:
33	./pengpong
34	Ignore the make errors, the program will check the local directory
35	for the files
36
37
38Enjoy
39
40Adam Weiss: shmur@softhome.net
41David Tansey: djtansey@bigfoot.com