1pong(6x) XScreenSaver manual pong(6x)
2
3
4
6 pong - Pong Home Video Game Emulator
7
9 pong [-display host:display.screen] [-foreground color] [-background
10 color] [-window] [-root] [-mono] [-install] [-visual visual] [-clock
11 float] [-noise] [-fps]
12
14 The pong program simulates an ancient Pong home video game, as well as
15 various artifacts from displaying it on a color TV set.
16
18 pong accepts the following options:
19
20 -window Draw on a newly-created window. This is the default.
21
22 -root Draw on the root window.
23
24 -mono If on a color display, pretend we're on a monochrome display.
25
26 -install
27 Install a private colormap for the window.
28
29 -visual visual
30 Specify which visual to use. Legal values are the name of a
31 visual class, or the id number (decimal or hex) of a specific
32 visual.
33
34 -clock The score of the game will be the current time.
35
36 -noise float
37 How noisy the video signal should be (between 0.0 and 4.0 or
38 so).
39
40 -fps Display the current frame rate and CPU load.
41
42 (-p1 | -p2) mode
43 Set a player to either ai, mouse, tablet, kbleft (for W and S),
44 or kbright (or just kb, for arrow keys).
45
47 DISPLAY to get the default host and display number.
48
49 XENVIRONMENT
50 to get the name of a resource file that overrides the global
51 resources stored in the RESOURCE_MANAGER property.
52
54 Notable X resources supported include the following which correspond to
55 standard TV controls: analogTVTint, analogTVColor, analogTVBrightness,
56 and analogTVContrast. They range from 0 to 100, except for tint which
57 is an angle between -180 and +180.
58
60 Pong may be a trademark.
61
62
64 X(1), xscreensaver(1), xanalogtv(6x), apple2(6x)
65
67 2003 by Jeremy English. Permission to use, copy, modify, distribute,
68 and sell this software and its documentation for any purpose is hereby
69 granted without fee, provided that the above copyright notice appear in
70 all copies and that both that copyright notice and this permission no‐
71 tice appear in supporting documentation. No representations are made
72 about the suitability of this software for any purpose. It is provided
73 "as is" without express or implied warranty.
74
76 Original Pong program by Jeremy English <jenglish@myself.com>. Scoring
77 and television emulation by Trevor Blackwell <tlb@tlb.org>.
78
79
80
81X Version 11 6.00-4.fc34 (05-May-2021) pong(6x)