1 .TH XScreenSaver 1 "5-May-2004" "X Version 11"
3 pong - Pong Home Video Game Emulator
6 [\-display \fIhost:display.screen\fP] [\-foreground \fIcolor\fP]
7 [\-background \fIcolor\fP] [\-window] [\-root] [\-mono] [\-install]
8 [\-visual \fIvisual\fP]
15 program simulates an ancient Pong home video game, as well as various
16 artifacts from displaying it on a color TV set.
19 accepts the following options:
22 Draw on a newly-created window. This is the default.
25 Draw on the root window.
28 If on a color display, pretend we're on a monochrome display.
31 Install a private colormap for the window.
33 .B \-visual \fIvisual\fP
34 Specify which visual to use. Legal values are the name of a visual class,
35 or the id number (decimal or hex) of a specific visual.
38 The score of the game will be the current time.
40 .B \-noise \fIfloat\fP
41 How noisy the video signal should be (between 0.0 and 4.0 or so).
44 Display the current frame rate and CPU load.
49 to get the default host and display number.
52 to get the name of a resource file that overrides the global resources
53 stored in the RESOURCE_MANAGER property.
55 Notable X resources supported include the following which correspond
56 to standard TV controls:
59 .BR analogTVBrightness ,
61 .BR analogTVContrast .
62 They range from 0 to 100, except for tint which is an angle
63 between -180 and +180.
65 Pong may be a trademark.
70 .BR xanalogtv (MANSUFFIX),
71 .BR apple2 (MANSUFFIX)
73 2003 by Jeremy English. Permission to use, copy, modify,
74 distribute, and sell this software and its documentation for any purpose is
75 hereby granted without fee, provided that the above copyright notice appear
76 in all copies and that both that copyright notice and this permission notice
77 appear in supporting documentation. No representations are made about the
78 suitability of this software for any purpose. It is provided "as is" without
79 express or implied warranty.
81 Original Pong program by Jeremy English <jenglish@myself.com>. Scoring
82 and television emulation by Trevor Blackwell <tlb@tlb.org>.