King of Spades

Klondike Solitaire

A nice relaxing game of Solitaire is a perfect way to practice using the virtual touch screen. In fact, Solitaire was originally included with the Microsoft Windows operating system to help train users to use the mouse in a fun way. This implementation of solitaire was originally created by Mikko Vornanen, who made it open source, available for anyone to use for free. I have hosted it on my own website for convenience and security.

Chess Board and Pieces

Chess 🔗(lichess.org)

Lichess is a great place to play chess both against the computer and against people. I find chess to be a perfect game to show practical use of the Virtual Touch Screen. As the Virtual Touch Screen is imperfect, you may be at risk for a mouse slip, so beware.

Chess Anti Slip Profile { "Chess (Anti-Slip)": { "Enabled": true, "RuleActivationTracing": true, "SharedRules": [ { "Action": "WindowTitleMatches", "Filter": "(?i)(lichess.org|chess.com)" }, { "Action": "ForGesture" } ], "Rulesets": [ { "Rules": [ { "Action": "ForGesture" }, { "Action": "Description", "Description": "This profile helps protect against a slip when playing chess. If you pinch again within one second of releasing your pinch, your last pinch will be returned to its starting location before releasing, cancelling out the move." }, { "Action": "ToggleOption", "Toggle": "On" }, { "Action": "Hold", "Target": "TouchScreen" }, { "Action": "Tracking", "Tracking": { "Type": "Freeze" } }, { "Action": "Await", "Condition": { "type": "Any", "subConditions": [ { "type": "MovementThreshold" }, {} ] } }, { "Action": "If", "Condition": {}, "SubRules": [ { "Action": "ExitContext" } ] }, { "Action": "Tracking", "Tracking": { "Type": "Absolute" } }, { "Action": "Await", "Condition": {} }, { "Action": "Await", "Condition": { "type": "Any", "subConditions": [ { "type": "Delay", "seconds": 1.0 }, { "type": "OtherGestureActive" }, { "type": "Not", "subCondition": { "type": "OtherGestureActive", "gesture": "RawHand" } } ] } }, { "Action": "If", "Target": "TouchScreen", "Condition": { "type": "Any", "subConditions": [ { "type": "OtherGestureActive", "seconds": 2.0 }, { "type": "Not", "subCondition": { "type": "OtherGestureActive", "gesture": "RawHand" } } ] }, "SubRules": [ { "Action": "Tracking", "Tracking": { "Type": "Return" } } ] }, { "Action": "Release", "Target": "TouchScreen" } ] } ] } }

The Globe as Seen on Google Earth

Google Earth 🔗(earth.google.com)

Google earth is a virtual globe with super detailed satellite imagery. It is a pretty amazing product that works great on touch screens with flawless multitouch pan and zoom. With the Virtual Touch Screen, it feels even more like a real globe.

Territorial Screenshot

Territorial.IO 🔗(territorial.io)

Territorial.IO is an addicting game of territorial expansion. The Virtual Touch Screen is typically not quite as good as a mouse for competitive gaming, but Territorial.IO has strong support for touch screens built in and works well with the Virtual Touch Screen. While the default gesture settings will work fine, you may want to use an advanced gesture profile that provides a single gesture to perform a double click to attack.

Example Profile for Territorial.IO
{ "Territorial.IO": { "Enabled": true, "RuleActivationTracing": true, "SharedRules": [ { "Action": "WindowTitleMatches", "Filter": "Territorial.io" } ], "Rulesets": [ { "Rules": [ { "Action": "Description", "Description": "When pinching with two fingers and releasing quickly, you will attack the enemy instantly. If you quickly drag the two finger pinch, it will work for pan and zoom. If you hold it in place, the action menu will open and you can let go of the pinch over a menu item to execute it." }, { "Action": "ForGesture", "Gesture": "Pinch2" }, { "Action": "ToggleOption", "Toggle": "On" }, { "Action": "Tracking", "Tracking": { "Type": "Freeze" } }, { "Action": "Await", "Condition": { "type": "Any", "subConditions": [ { "type": "Delay", "seconds": 0.6 }, { "type": "MovementThreshold" }, {} ] } }, { "Action": "If", "Condition": { "type": "MovementThreshold" }, "SubRules": [ { "Action": "Hold", "Target": "TouchScreen" }, { "Action": "Tracking", "Tracking": { "Type": "Absolute" } } ] }, { "Action": "If", "Condition": { "type": "Delay", "seconds": 0.6 }, "SubRules": [ { "Action": "PressAndRelease", "Target": "TouchScreen" }, { "Action": "Await", "Condition": {} }, { "Action": "Tracking", "Tracking": { "Type": "Absolute" } }, { "Action": "PressAndRelease", "Target": "TouchScreen" } ] }, { "Action": "If", "Condition": {}, "SubRules": [ { "Action": "PressAndRelease", "Target": "TouchScreen" }, { "Action": "PressAndRelease", "Target": "TouchScreen" } ] } ] }, { "Rules": [ { "Action": "ForGesture" }, { "Action": "Hold", "Target": "TouchScreen" } ] } ] } }
The Globe as Seen on Google Earth

Tier Maker 🔗(tiermaker.com)

Tier Maker helps you visually compare all sorts of things by sorting them into lists. It has been an important tool in many content creator's belts for some time now. By synergizing with the Virtual Touch Screen, it is possible to bump up the produced content another level.