1penetrate(6x) XScreenSaver manual penetrate(6x)
2
3
4
6 penetrate - simulates a classic arcade shooting game
7
9 penetrate [--display host:display.screen] [--root] [--window] [--win‐
10 dow-id number] [--install] [--noinstall] [--visual visual] [--bgrowth
11 microseconds] [--lrate number] [--smart number] [--fps]
12
14 Penetrate simulates the arcade classic with the cities and the stuff
15 shooting down from the sky and stuff. The computer plays against it‐
16 self, desperately defending the forces of good against those thingies
17 raining down. Bonus cities are awarded at ever-increasing intervals.
18 Every five levels appears a bonus round. The computer player gets pro‐
19 gressively more intelligent as the game progresses. Better aim, more
20 economical with ammo, and better target selection. Points are in the
21 bottom right, and high score is in the bottom left. Start with -smart
22 to have the computer player skip the learning process.
23
25 --display host:display.screen
26 Specifies which X display we should use.
27
28 --root Draw on the root window.
29
30 --window-id number
31 Draw on the specified window.
32
33 --window
34 Draw on a newly-created window. This is the default.
35
36 --install
37 Install a private colormap for the window.
38
39 --noinstall
40 Don't install a private colormap for the window.
41
42 --visual visual
43 Specify which visual to use. Legal values are the name of a
44 visual class, or the id number (decimal or hex) of a specific
45 visual. Possible choices include
46
47 default, best, mono, monochrome, gray, grey, color, staticgray,
48 staticcolor, truecolor, grayscale, greyscale, pseudocolor, di‐
49 rectcolor, number
50
51 If a decimal or hexadecimal number is used, XGetVisualInfo(3X)
52 is consulted to obtain the required visual.
53
54 --foreground color
55 Specifies the default foreground color.
56
57 --background color
58 Specifies the default background color.
59
60 --bgrowth integer
61 Specifies the growth rate of the bomb explosions.
62
63 --lrate integer
64 Set the initial rate of laser fire.
65
66 -smart Have the computer player skip the learning process.
67
68 --fps Display the current frame rate and CPU load.
69
71 The layout of the screen isn't quite the same as the game this program
72 tries to emulate. In this this program, the missiles come out of the
73 cities; when really, there are supposed to be three missile bases on
74 hills, with the cities in the valleys between them.
75
77 DISPLAY to get the default host and display number.
78
79 XENVIRONMENT
80 to get the name of a resource file that overrides the global
81 resources stored in the RESOURCE_MANAGER property.
82
83 XSCREENSAVER_WINDOW
84 The window ID to use with --root.
85
87 X(1), xscreensaver(1)
88
90 Copyright © 1999 Adam Miller. Permission to use, copy, modify, dis‐
91 tribute, and sell this software and its documentation for any purpose
92 is hereby granted without fee, provided that the above copyright notice
93 appear in all copies and that both that copyright notice and this per‐
94 mission notice appear in supporting documentation. No representations
95 are made about the suitability of this software for any purpose. It is
96 provided "as is" without express or implied warranty.
97
99 Adam Miller <adum@aya.yale.edu>, 1999.
100
101
102
103X Version 11 6.06-1.fc37 (12-Dec-2022) penetrate(6x)