http://www.jwz.org/xscreensaver/xscreensaver-5.07.tar.gz
[xscreensaver] / hacks / pacman.man
1 .TH XScreenSaver 1 "12-Feb-2004" "X Version 11"
2 .SH NAME
3 pacman - simulates a game of Pac-Man on a randomly-created level.
4 .SH SYNOPSIS
5 .B pacman
6 [\-display \fIhost:display.screen\fP]
7 [\-window]
8 [\-root]
9 [\-mono]
10 [\-install]
11 [\-visual \fIvisual\fP]
12 [\-ncolors \fIinteger\fP]
13 [\-delay \fImicroseconds\fP]
14 [\-size \fIpixels\fP]
15 [\-fps]
16 .SH DESCRIPTION
17 Simulates a game of Pac-Man on a randomly-created level.
18 .SH OPTIONS
19 .I pacman
20 accepts the following options:
21 .TP 8
22 .B \-window
23 Draw on a newly-created window.  This is the default.
24 .TP 8
25 .B \-root
26 Draw on the root window.
27 .TP 8
28 .B \-mono 
29 If on a color display, pretend we're on a monochrome display.
30 .TP 8
31 .B \-install
32 Install a private colormap for the window.
33 .TP 8
34 .B \-visual \fIvisual\fP
35 Specify which visual to use.  Legal values are the name of a visual class,
36 or the id number (decimal or hex) of a specific visual.
37 .TP 8
38 .B \-ncolors \fIinteger\fP
39 How many colors should be used (if possible).  Default 6.
40 .TP 8
41 .B \-size \fIinteger\fP
42 How big to make Pac-Man and the ghosts.  0 means "default."
43 .TP 8
44 .B \-fps
45 Display the current frame rate and CPU load.
46 .SH ENVIRONMENT
47 .PP
48 .TP 8
49 .B DISPLAY
50 to get the default host and display number.
51 .TP 8
52 .B XENVIRONMENT
53 to get the name of a resource file that overrides the global resources
54 stored in the RESOURCE_MANAGER property.
55 .SH SEE ALSO
56 .BR X (1),
57 .BR xscreensaver (1).
58 .SH COPYRIGHT
59 Copyright \(co 2000 Edwin de Jong.
60
61 Permission to use, copy, modify, and distribute this software and its
62 documentation for any purpose and without fee is hereby granted,
63 provided that the above copyright notice appear in all copies and that
64 both that copyright notice and this permission notice appear in
65 supporting documentation. 
66 .SH AUTHOR
67 Edwin de Jong <mauddib@gmx.net>.