diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-11-16 12:38:32 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-11-16 12:38:32 +0000 |
commit | 4803609bdda9045b6d1694feb95ed332c5e003c8 (patch) | |
tree | 769a51c84f859a8aded416b870f866b6534e1429 /games/xtriangles/pkg-descr | |
parent | 5fb18d0a1fbe4cf4253758993c0733af136780c0 (diff) | |
download | ports-4803609bdda9045b6d1694feb95ed332c5e003c8.tar.gz ports-4803609bdda9045b6d1694feb95ed332c5e003c8.zip |
Notes
Diffstat (limited to 'games/xtriangles/pkg-descr')
-rw-r--r-- | games/xtriangles/pkg-descr | 60 |
1 files changed, 60 insertions, 0 deletions
diff --git a/games/xtriangles/pkg-descr b/games/xtriangles/pkg-descr new file mode 100644 index 000000000000..43d436db44e4 --- /dev/null +++ b/games/xtriangles/pkg-descr @@ -0,0 +1,60 @@ +XTriangles, triangle puzzle for X-Window + +Usage: + xtriangles [ options ] + +Description: + + Use "mouse-left" to move a tile. + + "mouse-right", "R", or "r", to randomize. One must double + click on "mouse-right" if the puzzle is being worked on. + "I" or "i" keys "increase" or move "up" the number of tri- + angles. + + "D" or "d" keys "decrease" or move "down" the number of + triangles. + + "S" or "s" keys reserved for the auto-solver (unimple- + mented). + + "U" or "u" keys to undo move. + + "G" or "g" keys to get a saved puzzle. + + "W" or "w" keys to write or save a puzzle. + + "Q", "q", or "CTRL-C" keys kill program. + + Use the key pad or "R" keys to move without the mouse. + +Options: + + -display host:dpy + This option specifies the X server to contact. + + -geometry {+|-}X{+|-}Y + This option sets the initial position of the tri- + angles window (resource name "geometry"). + + -{foreground | fg} color + This option specifies the foreground of the trian- + gles window (resource name "foreground"). + + -{background | bg} color + This option specifies the background of the trian- + gles window (resource name "background"). + + -tile color + This option specifies the tile color of the trian- + gles window (resource name "tileColor"). + + -{border | bd} color + This option specifies the border color of the + tiles in the triangles window (resource name "bor- + derColor"). + + -size <int> + This option allows you to change the number of + triangles in a row (resource name "sizeA"). + |