minesweeper/src/main/webapp/pages/index.html
changeset 182 01951f6c119c
parent 180 91fff78d91db
child 183 77670cba08c3
     1.1 --- a/minesweeper/src/main/webapp/pages/index.html	Sat Jul 26 08:54:08 2014 +0200
     1.2 +++ b/minesweeper/src/main/webapp/pages/index.html	Sat Jul 26 10:35:40 2014 +0200
     1.3 @@ -26,7 +26,7 @@
     1.4  <!DOCTYPE html>
     1.5  <html>
     1.6      <head>
     1.7 -        <title>Minesweeper</title>
     1.8 +        <title>Fair Minesweeper</title>
     1.9          <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
    1.10          <link href="bootstrap.css" rel="stylesheet">
    1.11          <link href="bootstrap-responsive.css" rel="stylesheet">
    1.12 @@ -115,13 +115,14 @@
    1.13          <div class="col-md-4">
    1.14            <h2>Minesweeper</h2>
    1.15            <p>
    1.16 -              At the end this is a <em>minesweeper</em>
    1.17 -              game and you can of course play it. Discover
    1.18 -              all fields that don't contain a mine. 
    1.19 -              Touch a field to find out if there is
    1.20 -              a mine or not. A number on a field indicates
    1.21 -              how many mines is in the eight surrounding 
    1.22 -              fields.
    1.23 +              Discover ten square fields that contain a mine and
    1.24 +              mark them with a &#x26a0; sign.
    1.25 +              Touch a square to find out if there is
    1.26 +              a mine or not and
    1.27 +              how many mines are in the eight surrounding 
    1.28 +              ones. Avoid random play, the game 
    1.29 +              recognizes guessing and can re-arrange
    1.30 +              the mines. This game is <b>fair</b>!
    1.31            </p>
    1.32            <p><a class="btn btn-default" href="#" data-bind="click: normalGame"role="button">Play &raquo;</a></p>
    1.33          </div>
    1.34 @@ -144,12 +145,13 @@
    1.35                While primarily this technology runs on a desktop
    1.36                or as a table or phone application, it is possible
    1.37                to execute the same unchanged code in a browser 
    1.38 -              as well. To do so, one needs a <strong>bck2brwsr</strong>
    1.39 +              as well. To do so, one needs a 
    1.40 +              <a href="http://bck2brwsr.apidesign.org">bck2brwsr</a>
    1.41                virtual machine.
    1.42            </p>
    1.43            <p><a class="btn btn-default"
    1.44 -                target="_blank" href="http://bck2brwsr.apidesign.org"
    1.45 -                role="button">Learn more &raquo;</a></p>
    1.46 +                target="_blank" href="http://xelfi.cz/minesweeper/bck2brwsr/"
    1.47 +                role="button">Try it &raquo;</a></p>
    1.48         </div>
    1.49        </div>
    1.50      </div>