# HG changeset patch # User Jaroslav Tulach # Date 1391860941 -3600 # Node ID cc5da2ae3940d8027a51943da9cb5767a66ca1ff # Parent b344caeda33fbb9905948ce6ef14fd5ec007a816 More topics of documentation diff -r b344caeda33f -r cc5da2ae3940 minesweeper/src/main/webapp/pages/index.html --- a/minesweeper/src/main/webapp/pages/index.html Sat Feb 08 12:12:39 2014 +0100 +++ b/minesweeper/src/main/webapp/pages/index.html Sat Feb 08 13:02:21 2014 +0100 @@ -71,6 +71,8 @@ + +
@@ -84,16 +86,54 @@ modern HTML5 browser.

Learn more! - Play! + target="_blank" href="http://html.java.net" + >Visit Project Page!

- -
+ +
+
+
+

Minesweeper

+

+ At the end this is a minesweeper + game and you can of course play it. Discover + all fields that don't contain a mine. + Touch a field to find out if there is + a mine or not. A number on a field indicates + how many mines is in the eight surrounding + fields. +

+

Play »

+
+
+

Documentation

+

+ In case you want to write application like + this (e.g. use Java and HTML) + you can learn more about the libraries that + make that possible. Follow this link to + our documentation. +

+

Read more »

+
+
+

Run in a Browser

+

+ While primarily this technology runs on a desktop + or as a table or phone application, it is possible + to execute the same unchanged code in a browser + as well. To do so, one needs a bck2brwsr + virtual machine. +

+

Learn more »

+
+