Skip to content

Commit 9fc22d2

Browse files
committed
Updated FAQ
1 parent 99b4a5a commit 9fc22d2

File tree

1 file changed

+12
-13
lines changed

1 file changed

+12
-13
lines changed

index.html

+12-13
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
</head>
1313
<body>
1414
<div id="header">
15-
<a href="#" id="toggleFaq">Frequently Asked Questions</a> · <a href="http://twitter.com/timwoelfle">News on Twitter</a> · <a href="#" id="contact" style="display: inline-block;">Contact</a>
15+
<a href="#" id="toggleFaq">Frequently Asked Questions</a> · <a href="https://github.com/timwoelfle/PlainChess">Code on GitHub</a> · <a href="#" id="contact" style="display: inline-block;">Contact</a>
1616

1717
<div style="float: right">
1818
<!-- Flattr Button BEGIN -->
@@ -61,11 +61,9 @@ <h2>What is PlainChess?</h2>
6161

6262
<p>PlainChess aims to be a simple yet full–featured and beautiful alternative to the cluttered chess portals currently existing.</p>
6363

64-
<p>Its primary goal is to allow two persons to play a round of chess, no matter whether they happen to be at the same location or on a different continent. It's designed to be platform independent and to run on every computer or smart phone equipped with a modern web browser and thus enabling people everywhere around the globe to play chess, at home and on the go.</p>
65-
66-
<h2>I like PlainChess. How can I support you in order to keep updates comin'?</h2>
67-
68-
<p>There are many ways to support me and show your love! Tell your friends and enemies about PlainChess; twitter, blog or write letters about it. Share it on your social networks and <a href="http://flattr.com/">Flattr</a> if you already have an account, otherwise get one :)</p>
64+
<p>Its primary goal is to allow two persons to play a round of chess, no matter whether they happen to be at the same location or on a different continent. It's designed to be platform independent and to run on every computer or smart phone equipped with a modern web browser and thus enabling people everywhere around the globe to play chess, at home and on the go, online and offline.</p>
65+
66+
<p>It was originally published in January 2011 and as of March 2013 its <a href="https://github.com/timwoelfle/PlainChess">code</a> is open source and licensed under the <a href="http://www.gnu.org/licenses/gpl-3.0.txt">GPL Version 3 license</a>.</p>
6967

7068
<h2>Why yet another chess implementation, what makes PlainChess different?</h2>
7169

@@ -87,18 +85,19 @@ <h2>I want a list, what features do you offer?</h2>
8785
<h2>Which chess rules exactly are implemented, which aren't?</h2>
8886

8987
<p>Nearly all of them: PlainChess recognizes valid moves as well as <a href="http://en.wikipedia.org/wiki/Check_(chess)">check</a>, <a href="http://en.wikipedia.org/wiki/Checkmate">mate</a> and <a href="http://en.wikipedia.org/wiki/Stalemate">stalemate</a> situations. It also supports the three specials moves of kings and pawns: <a href="http://en.wikipedia.org/wiki/Castling">castling</a>, <a href="http://en.wikipedia.org/wiki/Promotion_(chess)">pawn promotions</a> and <a href="http://en.wikipedia.org/wiki/En_passant">en passant capturing</a>. The only rules currently not supported are the draw rules except for stalemate: <a href="http://en.wikipedia.org/wiki/Threefold_repetition">threefold repetition</a>, <a href="http://en.wikipedia.org/wiki/Fifty-move_rule">the fifty–move rule</a>, impossibility of checkmate and <a href="http://en.wikipedia.org/wiki/Draw_by_agreement">mutual agreement</a>.</p>
88+
89+
<h2>I like PlainChess. How can I support you?</h2>
9090

91-
<h2>What features are you planning on implementing next?</h2>
92-
93-
<p>This is a very interesting question. It totally depends on the amount of spare time and my motivation (which you can improve by supporting me!) and I can't promise anything. So consider the following points an approximate and ambitious roadmap only to be enjoyed with caution:</p>
91+
<p>Spread the word, tell your friends and enemies about PlainChess; twitter, blog or write letters about it. Share it on your social networks. Flattr if you already have an account, otherwise <a href="http://flattr.com/">get one</a>. Send me an e-mail. Have a look at the code and add new features.</p>
92+
93+
<h2>What features could be implemented next?</h2>
9494

9595
<h3>General</h3>
9696
<ul>
9797
<li>Support of time control and chess clocks</li>
9898
<li>Support of <a href="http://en.wikipedia.org/wiki/FEN">FEN codes</a> and saved games</li>
9999
<li>Support of at least some of the draw rules</li>
100-
<li>Optimized layout for smart phones like the iPhone</li>
101-
<li>Something quite special but still secret :)</li>
100+
<li>Optimized layout for smart phones</li>
102101
</ul>
103102

104103
<h3>Online mode</h3>
@@ -112,13 +111,13 @@ <h2>You keep mentioning modern web technologies: What exactly are you talking ab
112111

113112
<p>PlainChess is the first chess implementation built completely with HTML5 technologies (at least as far as I know). I'm talking about the buzzword HTML5 here, not W3C HTML5 itself.</p>
114113

115-
<p>The game engine is written in JavaScript and relies on the frameworks <a href="http://jquery.com/">jQuery</a> and <a href="http://jqueryui.com/">jQuery UI</a>, which means that offline games can be played without internet connectivity (this will get interesting once a smart phone optimized version with <a href="http://www.w3.org/TR/html5/offline.html">HTML5 manifest</a> comes out).</p>
114+
<p>The game engine is written in JavaScript and relies on the frameworks <a href="http://jquery.com/">jQuery</a> and <a href="http://jqueryui.com/">jQuery UI</a>, which means that offline games can be played without internet connectivity (this would be interesting for a smart phone optimized version with <a href="http://www.w3.org/TR/html5/offline.html">HTML5 manifest</a>).</p>
116115

117116
<p>The design uses CSS3 en masse: rounded borders, shadows, opacity, sprite images and experimental transitions &amp; transforms. That's right, many of the animations are rendered hardware accelerated with CSS3 transitions and all the spinning/turning stuff you see are CSS3 transforms.</p>
118117

119118
<h2>Who are you and why did you make this?</h2>
120119

121-
<p>I'm Tim Wölfle from Germany and wanted to try out the new possibilities HTML5 technologies offer. At the same time I wanted to play a quick round of chess with a friend on the internet, but didn't find anything that would allow me to start right away and without registration. Last but not least I had this great idea on how to improve the chess experience but needed a platform to realize it. You don't see it yet, but it's in the makes – have a look at the roadmap's last point ;)</p>
120+
<p>I'm Tim Wölfle from Germany and wanted to try out the new possibilities HTML5 technologies offer. At the same time I wanted to play a quick round of chess with a friend on the internet, but didn't find anything that would allow me to start right away and without registration.</p>
122121
</div>
123122
</div>
124123

0 commit comments

Comments
 (0)