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] [-install]
10 [-noinstall] [-visual visual] [-bgrowth microseconds] [-lrate number]
11 [-smart number]
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
16 itself, 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 Draw on a newly-created window. This is the default.
31
32 -install
33 Install a private colormap for the window.
34
35 -noinstall
36 Don't install a private colormap for the window.
37
38 -visual visual
39 Specify which visual to use. Legal values are the name of a
40 visual class, or the id number (decimal or hex) of a specific
41 visual. Possible choices include
42
43 default, best, mono, monochrome, gray, grey, color, staticgray,
44 staticcolor, truecolor, grayscale, greyscale, pseudocolor,
45 directcolor, number
46
47 If a decimal or hexadecimal number is used, XGetVisualInfo(3X)
48 is consulted to obtain the required visual.
49
50 -foreground color
51 Specifies the default foreground color.
52
53 -background color
54 Specifies the default background color.
55
56 -bgrowth integer
57 Specifies the growth rate of the bomb explosions.
58
59 -lrate integer
60 Set the initial rate of laser fire.
61
62 -smart Have the computer player skip the learning process.
63
65 The layout of the screen isn't quite the same as the game this program
66 tries to emulate. In this this program, the missiles come out of the
67 cities; when really, there are supposed to be three missile bases on
68 hills, with the cities in the valleys between them.
69
70 See http://www.mame.net/ for details.
71
73 Copyright © 1999 Adam Miller. Permission to use, copy, modify, dis‐
74 tribute, and sell this software and its documentation for any purpose
75 is hereby granted without fee, provided that the above copyright notice
76 appear in all copies and that both that copyright notice and this per‐
77 mission notice appear in supporting documentation. No representations
78 are made about the suitability of this software for any purpose. It is
79 provided "as is" without express or implied warranty.
80
82 Adam Miller <adum@aya.yale.edu>, 1999.
83
84
85
86X Version 11 5.05-3 (06-Apr-2008) penetrate(6x)