-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
229 lines (206 loc) · 10 KB
/
index.html
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
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Solitaire / Play Klondike Solitaire</title>
<meta name="description" content="Play the classic Klondike Solitaire online, for free. Get the gameplay from Windows Solitaire: undo, hint, automatic move... HTML5 and JavaScript solitaire card game for browser, tablet or phone.">
<meta name="keywords" content="Solitaire, Klondike, Turn-One, Draw-One, One-Card, Wes Cherry, Patience, Card, Game, Free, Play, Online, HTML5, JS, JavaScript">
<link rel="canonical" href="https://www.solitaire-play.com/">
<meta name="twitter:card" content="summary">
<meta name="twitter:site" content="@ms_michel">
<meta property="og:url" content="https://www.solitaire-play.com/">
<meta property="og:type" content="game">
<meta property="og:title" content="Klondike Solitaire">
<meta property="og:description" content="Play the classic Klondike Solitaire card game online, for free. Get the gameplay from Windows Solitaire: undo, hint, automatic move...">
<meta property="og:image" content="https://www.solitaire-play.com/cards/play-solitaire.png">
<link rel="shortcut icon" href="/favicon.ico">
<link rel="apple-touch-icon" href="/apple-touch-icon-180x180.png">
<script>
(new Image).src = "cards/card-" + ((document.documentElement.clientWidth > 736) ? "game.png" : "phone.png");
</script>
<link rel="stylesheet" href="css/solitaire.min.css">
<!--[if lt IE 9]>
<script src="js/html5shiv.min.js"></script>
<![endif]-->
</head>
<body id="klondike">
<div class="container">
<div id="header" class="row">
<h1><a href="" title="Klondike, the classic Windows Solitaire card game">Klondike<span> Solitaire</span></a></h1>
<div class="menu">
<button id="game" title="Play a new solitaire (F2)">GAME</button>
<button id="hint" title="Show possible moves (H)">HINT</button>
<button id="undo" title="Undo last move (Control+Z)">UNDO</button>
<button id="tool" title="Select solitaire game">≡</button>
</div>
</div>
<div id="solitaire" class="clearfix">
<div id="plateaux" class="row reverse">
<div id="stock" class="column pile pile-stack"><div class="write"><div>+</div></div></div>
<div id="waste" class="column pile pile-stack"></div>
<div class="column space pile"><!-- space --></div>
<div id="f0" class="column drop pile pile-stack"></div>
<div id="f1" class="column drop pile pile-stack"></div>
<div id="f2" class="column drop pile pile-stack"></div>
<div id="f3" class="column drop pile pile-stack"></div>
</div>
<div id="tableaux" class="row">
<div id="t0" class="column drop pile pile-fan"></div>
<div id="t1" class="column drop pile pile-fan"></div>
<div id="t2" class="column drop pile pile-fan"></div>
<div id="t3" class="column drop pile pile-fan"></div>
<div id="t4" class="column drop pile pile-fan"></div>
<div id="t5" class="column drop pile pile-fan"></div>
<div id="t6" class="column drop pile pile-fan"></div>
</div>
</div>
<div id="boggle">
<h2>New! <a href="/thebog/" title="Play Boggle online">Play Boggle online</a></h2>
</div>
<div class="row" id="pub">
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- solitaire -->
<ins class="adsbygoogle"
style="display:block"
data-ad-client="ca-pub-5475403929650645"
data-ad-slot="2876021655"
data-ad-format="auto"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
</div>
<div class="row" id="cookies">
<p>
Solitaire-Play uses cookies to improve the site.
<a href="blog/this-site-uses-cookies.html">Find out more.</a>
</p>
</div>
<div class="row" id="share">
<a id="bt1" target="_blank" rel="noreferrer" title="Share on Facebook" href="http://on.fb.me/1XFBUZ7"></a>
<a id="bt2" target="_blank" rel="noreferrer" title="Tweet" href="http://bit.ly/1i9Hymq"></a>
<a id="bt3" target="_blank" rel="noreferrer" title="Share on Google+" href="http://bit.ly/1VKM6xD"></a>
<a id="bt4" target="_blank" rel="noreferrer" title="Pin it" href="http://bit.ly/1KYxHuq"></a>
<a id="bt5" target="_blank" rel="noreferrer" title="Email" href="mailto:?subject=Play%20Solitaire&body=Play%20the%20classic%20Klondike%20Solitaire%20card%20game%20online%2C%20for%20free.:%20http%3A%2F%2Fwww.solitaire-play.com%2F"></a>
</div>
<div class="row">
<button id="list">≡ Select Solitaire Game...</button>
</div>
<div class="row" id="rules">
<h2>
Klondike Solitaire Game
<span>(or play <a href="/klondike-turn-three/">Klondike Turn Three</a>)</span>
</h2>
<p>
Your goal is to win!
You win the game when you move all cards to the foundations (the 4
empty piles in the upper right corner).
You must start each foundation with an Ace. Then you can place cards
of the same suit in ascending order: Ace, 2, 3, 4, ..., 10, Jack,
Queen and King.
</p>
<p>
Cards are shuffled and 28 are dealt on the tableau (the 7 piles in the
bottom of the screen). The remaining 24 cards form the stock (top
left) and the game start with one card turned from the stock into the
waste pile.
</p>
<ul>
<li>The last card of each pile from the tableau can be transferred to
the foundation of the same suit, in ascending order.</li>
<li>Any visible card from one pile can be moved to another, but in
alternate color and descending order: 7 of Hearts, 6 of Clubs, 5 of
Diamonds, 4 of Clubs...</li>
<li>The top card from the waste can also be played to the tableau
piles or foundations.</li>
<li>Only a King can be moved to an empty pile.</li>
</ul>
<p>
When all moves are done, you turn one card from the stock to the waste
pile before playing it to a foundation or on the tableau if suitable.
When the stock is empty, the cards from the waste are reused. You will
know when you have lost.
</p>
<h3>How to play Free Klondike Solitaire</h3>
<p>
Klondike Turn One is an HTML5 and JavaScript card game, but I tried to
copy the gameplay from Windows Classic Solitaire:
</p>
<ul>
<li>Use drag & drop to move cards from one pile to another</li>
<li>Click on the stock to draw one new card</li>
<li>Double-click on a card to add it to a foundation</li>
<li>Right-click (or tap and hold) to move all possible cards to the foundations</li>
</ul>
<h3>Klondike Solitaire online game</h3>
<p>
Simply click the top left title to play a new solitaire game, or use
one of the menu commands:
</p>
<ul>
<li>GAME: Play a new game of solitaire (or press F2) at any time, even
in the middle of a game.</li>
<li>HINT: Get some help to find your next best move (or press H).</li>
<li>UNDO: Back up one move (or press Control+Z). You can continue to
undo until you reach the beginning of the game.</li>
<li>≡ MENU: Play another free online solitaire card game like Klondike,
Aces Up, Alaska, Australian Patience, Canfield, Cruel, FreeCell,
Golf, Monte Carlo, Pyramid, Russian, Thoughtful or Yukon Solitaire.</li>
</ul>
</div>
<div id="debug"></div>
<footer>
<p>
© 2025
<span>
/ <a href="/" title="Play Klondike Solitaire">Solitaire</a>
/ <a href="/games/" title="Online solitaire games">Games</a>
/ <a href="/about/" title="About Solitaire-Play">About</a>
/ <a href="/blog/" title="Solitaire News">Blog</a>
/ <a href="/lemot/" title="WORDLE en français" hreflang="fr-FR">LeMOT</a>
</span>
<span>
- https://www.solitaire-play.com/
</span>
<a rel="me" href="https://mastodon.top/@LeMotLeJeu"></a>
</p>
</footer>
</div>
<div id="win" class="dialog">
<h3 class="win">Congratulations, you won! <span>It's only a game, but still.</span></h3>
<h3 class="lost">Game over! <span>No big deal, it's only a game.</span></h3>
<button id="again">NEW GAME?</button>
<a class="close">✕</a>
</div>
<div id="run" class="dialog">
<h3>Let's play another solitaire game</h3>
<p>
<a href="/">KLONDIKE</a>
<a href="/klondike-turn-three/">KLONDIKE<sup> 3</sup></a>
<a href="/aces-up/">ACES UP</a>
<a href="/alaska/">ALASKA</a>
<a href="/australian-patience/">AUSTRALIAN</a>
<a href="/australian-easy/">AUSTRALIAN<sup> EZ</sup></a>
<a href="/canfield/">CANFIELD</a>
<a href="/canfield-turn-three/">CANFIELD<sup> 3</sup></a>
<a href="/cruel/">CRUEL</a>
<a href="/freecell/">FREECELL</a>
<a href="/golf/">GOLF</a>
<a href="/monte-carlo/">MONTE CARLO</a>
<a href="/pyramid/">PYRAMID</a>
<a href="/pyramid-turn-three/">PYRAMID<sup> 3</sup></a>
<a href="/russian/">RUSSIAN</a>
<a href="/thoughtful/">THOUGHTFUL</a>
<a href="/thoughtful-turn-three/">THOUGHTFUL<sup> 3</sup></a>
<a href="/yukon/">YUKON</a>
<a href="/thebog/" class="btn-orange">TheBOG</a>
</p>
<a class="close">✕</a>
</div>
<div id="overlay"></div>
<script src="js/jquery.20.03.22.min.js"></script>
<script src="js/solitaire.min.js"></script>
<script>(function($) { Start(); })(jQuery);</script>
</body>
</html>