-
Notifications
You must be signed in to change notification settings - Fork 0
/
bad-session.txt
143 lines (120 loc) · 5 KB
/
bad-session.txt
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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
*------------------------------------------------------*
*-------------* Thumb and Pouch Solitaire *------------*
*------------------------------------------------------*
Foundation: Columns are numbered 1, 2, ..., 4; built
up by rank and by suit from Ace to King.
You can't move any card from foundation,
you can just put in.
Tableau: Columns are numbered 1, 2, 3, ..., 7; built
down by rank only, but cards can't be laid on
one another if they are from the same suit.
You can move one or more faced-up cards from
one tableau to another. An empty spot can be
filled with any card(s) from any tableau or
the top card from the waste.
To win, all cards must be in the Foundation.
================= FOUNDATION =================
f1 f2 f3 f4
[ ] [ ] [ ] [ ]
================== TABLEAU =================
t1 t2 t3 t4 t5 t6 t7
8♦ XX XX XX XX XX XX
7♣ XX XX XX XX XX
K♣ XX XX XX XX
8♣ XX XX XX
10♥ XX XX
3♥ XX
3♦
================= STOCK/WASTE =================
Stock #(23) ==> [ 9♥]
Game commands:
TF x y Move card from Tableau column x to Foundation y.
TT x y n Move pile of length n >= 1 from Tableau column x
to Tableau column y.
WF x Move the top card from the waste to Foundation x
WT x Move the top card from the waste to Tableau column x
SW Draw one card from Stock to Waste
R Restart the game
H Display this menu of choices
Q Quit the game
prompt :>
Error: no command entered
Try again.
prompt :> tf 1 2 3
Error: wrong number of arguments
Try again.
prompt :> tf
Error: wrong number of arguments
Try again.
prompt :> tf 9 9
Error: arguments must be numbers in range
Try again.
prompt :> tt
Error: wrong number of arguments
Try again.
prompt :> tt 9 9 9
Error: arguments must be numbers in range
Try again.
prompt :> wf
Error: wrong number of arguments
Try again.
prompt :> wf 2 2
Error: wrong number of arguments
Try again.
prompt :> wt
Error: wrong number of arguments
Try again.
prompt :> sw 2
Error: wrong number of arguments
Try again.
prompt :> h
Game commands:
TF x y Move card from Tableau column x to Foundation y.
TT x y n Move pile of length n >= 1 from Tableau column x
to Tableau column y.
WF x Move the top card from the waste to Foundation x
WT x Move the top card from the waste to Tableau column x
SW Draw one card from Stock to Waste
R Restart the game
H Display this menu of choices
Q Quit the game
================= FOUNDATION =================
f1 f2 f3 f4
[ ] [ ] [ ] [ ]
================== TABLEAU =================
t1 t2 t3 t4 t5 t6 t7
8♦ XX XX XX XX XX XX
7♣ XX XX XX XX XX
K♣ XX XX XX XX
8♣ XX XX XX
10♥ XX XX
3♥ XX
3♦
================= STOCK/WASTE =================
Stock #(23) ==> [ 9♥]
prompt :> r
Game commands:
TF x y Move card from Tableau column x to Foundation y.
TT x y n Move pile of length n >= 1 from Tableau column x
to Tableau column y.
WF x Move the top card from the waste to Foundation x
WT x Move the top card from the waste to Tableau column x
SW Draw one card from Stock to Waste
R Restart the game
H Display this menu of choices
Q Quit the game
================= FOUNDATION =================
f1 f2 f3 f4
[ ] [ ] [ ] [ ]
================== TABLEAU =================
t1 t2 t3 t4 t5 t6 t7
J♦ XX XX XX XX XX XX
K♥ XX XX XX XX XX
10♠ XX XX XX XX
3♦ XX XX XX
7♣ XX XX
K♣ XX
5♥
================= STOCK/WASTE =================
Stock #(23) ==> [10♥]
prompt :> q