-
Notifications
You must be signed in to change notification settings - Fork 2
/
README
70 lines (48 loc) · 2.09 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
This is a collection of games, and some useful widgets which
have been used in their construction.
I've tested everything here with the original R6 release, but only
on a Sparc-10 running SunOS 4.
The Widgets (Xkw/):
Layout a constraint based geometry widget. Included in
this release is some code purported to make it work
with Motif; I cannot test that as I do not have access
to Motif.
Hand, Cards Playing card management widget; does all of the
nasty redisplay and layout of stacks of overlapping
cards. Cards is a subclass and deals with regular
playing cards.
Message Utilities which allow a printf-style interface
to the Athena Label widget.
Pad A text display widget; handles scrolling and
simple repaint. More powerful than Label as
it optimizes repaint, but it only handles
char cell fonts.
Thermo Displays a "thermometer" for indicating a
bounded-range value. Draws tick-marks and
numbers. Handles both vertical and horizontal
orientation.
The Games (everything else). For rules on how to play them,
consult Hoyle or just play around and see what they'll let you do.
dominos Double 9 dominos against the computer.
kcanfield Standard Canfield solitare.
kcribbage Cribbage against the computer. The
score keeping widget is not very pretty.
kklondike "Regular" solitaire.
kmontana An interesting single-deck solitaire. Stolen
from the Macintosh game of the same name.
kspider The classic double-deck solitaire. Probably
the most interesting game here.
kthieves 40-thieves. I've only seen this won a few times.
ktowers A perfect-knowledge single deck game. Nearly every
configuration can be eventually solved.
mcarlo Monte-carlo. A very simple matching solitaire.
Written by Dave Lemke
reversi Or "Othello", except that that name is copywritten.
slyfox Any easier double-deck solitaire. This one includes
instructions; see slyfox-rules.
Written by Dave Lemke
xmille My first X program. Doesn't look much like the
original anymore, except for the gory pictures.
Keith Packard
keithp@ncd.com
June 6, 1994