• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

ChangeLogH A D31-Aug-2001659 2321

MakefileH A D03-May-2022301 97

READMEH A D29-Aug-2001516 4125

SFont.cH A D03-May-20226 KiB220181

SFont.hH A D29-Aug-20012 KiB4716

ai.hH A D29-Aug-20011.1 KiB7154

files.hH A D03-May-20222.3 KiB10789

link2.cppH A D29-Aug-20013.6 KiB13862

link2.hH A D29-Aug-2001563 3324

menu.hH A D29-Aug-200110.3 KiB519359

pengpong.cppH A D03-May-202213.9 KiB642451

README

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