HTML/Java Technology Demo

At first sight this is an old good minesweeper game. At closer look, this is a demo of a revolutionary technology that allows you to use Java to code your application logic and present it using HTML on any device capable of rendering modern HTML5 browser.

Visit Project Page!

Minesweeper

Discover ten square fields that contain a mine and mark them with a ⚠ sign. Touch a square to find out if there is a mine or not and how many mines are in the eight surrounding ones. Avoid random play, the game recognizes guessing and can re-arrange the mines. This game is fair!

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.

Try it »