Links to most recent versions of the Fair Minesweeper game
authorJaroslav Tulach <jtulach@netbeans.org>
Mon, 29 Feb 2016 19:21:36 +0100
changeset 10657e12f83fd04f
parent 1064 3a8d7b887cbf
child 1066 751480c6679e
Links to most recent versions of the Fair Minesweeper game
src/main/javadoc/overview.html
     1.1 --- a/src/main/javadoc/overview.html	Mon Feb 29 19:13:11 2016 +0100
     1.2 +++ b/src/main/javadoc/overview.html	Mon Feb 29 19:21:36 2016 +0100
     1.3 @@ -497,14 +497,13 @@
     1.4              applications even on such restricted environments. It uses
     1.5              no reflection calls and that allows to statically pre-compile
     1.6              the applications into JavaScript. One of such environments
     1.7 -            is called <a href="http://wiki.apidesign.org/wiki/Bck2Brwsr">Bck2Brwsr</a>,
     1.8 -            another <a href="http://wiki.apidesign.org/wiki/TeaVM">TeaVM</a>. Both support the
     1.9 +            is called <a target="_blank" href="http://wiki.apidesign.org/wiki/Bck2Brwsr">Bck2Brwsr</a>,
    1.10 +            another <a target="_blank" href="http://wiki.apidesign.org/wiki/TeaVM">TeaVM</a>. Both support the
    1.11              {@link net.java.html.js.JavaScriptBody} annotation. Read
    1.12 -            <a href="http://wiki.apidesign.org/wiki/Bck2BrwsrViaCLI">more</a> or play
    1.13 +            <a target="_blank" href="http://wiki.apidesign.org/wiki/Bck2BrwsrViaCLI">more</a> or play
    1.14              a minesweeper game packaged for your browser
    1.15              (of course <a target="_blank"
    1.16 -                href="http://source.apidesign.org/hg/html~demo/file/ea79b73d590a/minesweeper/src/main/java/org/apidesign/demo/minesweeper/MinesModel.java">
    1.17 -                written</a> in Java):
    1.18 +                href="https://github.com/jtulach/minesweeper">written</a> in Java):
    1.19          </p>
    1.20  
    1.21          <script type="text/html" id="field">
    1.22 @@ -568,14 +567,19 @@
    1.23              that can execute Java code already! Just by changing your
    1.24              packaging you can create an APK file and deploy it to your
    1.25              Android phone.
    1.26 -            Read <a target="_blank" href="http://wiki.apidesign.org/wiki/DlvkBrwsr">more</a>...
    1.27 +            Read <a target="_blank" href="http://wiki.apidesign.org/wiki/DlvkBrwsr">more</a>
    1.28 +            or install <a target="_blank" href="https://play.google.com/store/apps/details?id=org.apidesign.demo.minesweeper">
    1.29 +                Fair Minesweeper for Android</a>...
    1.30 +        </p>
    1.31 +        <p>
    1.32              In case you'd like your application to reach out to second biggest
    1.33              group of smartphone users, don't despair: It
    1.34              seems the set of devices that can execute
    1.35              <a href="http://html.java.net">HTML for Java</a> applications
    1.36              has been extended to <em>iPads</em> and <em>iPhones</em>. Get the
    1.37              <a target="_blank" href="http://wiki.apidesign.org/wiki/IBrwsr">details here</a>
    1.38 -            and deploy everywhere!
    1.39 +            and play <a target="_blank" href="https://itunes.apple.com/us/app/fair-minesweeper/id903688146">
    1.40 +                Fair Minesweeper on iOS</a>!
    1.41          </p>
    1.42          <p>
    1.43              Convinced it makes sense to use