STARBOX

INPUT REVIEW

Touch, Mouse, and Trackpad: Designing a Fair Short Game Session

Starbox supports pointer and touch input, but support does not mean every input method produces interchangeable results. A touchscreen removes cursor travel while adding finger occlusion. A mouse provides precision but depends on pointer position. A trackpad combines indirect movement with a separate press or tap. Fair design begins by recognizing those differences and choosing controls that match the game's actual task.

Published and reviewed August 22, 2026 · Original Starbox analysis

METHOD & EVIDENCE BOUNDARY

What this note examined

We reviewed the interaction patterns documented for 30-Second Tap, Odd Color Out, Memory Match, and Quick Reflex. The analysis distinguishes target-acquisition tasks from reaction tasks and recall tasks. It relies on visible controls and code paths rather than claiming a controlled hardware benchmark across devices.

Match target size to the decision, not the decoration

A moving target must be large enough to acquire while it is changing position, while a Memory Match card must be large enough to identify and tap without exposing a neighboring card. Decorative whitespace does not improve accessibility if the clickable area remains small. The target should also remain inside the playable field so it never becomes partly unreachable at an edge. In 30-Second Tap, the position is constrained within the board; maintaining that containment on narrow screens is more important than preserving a desktop-sized visual gap.

Finger occlusion changes observation games

In Odd Color Out, a finger can cover the shade being selected and nearby comparison tiles. The game has no timer, so the interface should reward lifting the finger and checking carefully rather than encouraging frantic repeated taps. A mouse cursor covers less area, but hover and pointer position can draw attention toward one region. Because the decision is visual discrimination, the result should not be compared across devices as though the input surfaces were identical.

Reaction time includes the input path

A touchscreen tap, mouse switch, and trackpad gesture reach the browser through different hardware and operating-system paths. Quick Reflex reports browser elapsed time after the green signal, not a device-corrected human reaction value. Keep the input method fixed for a session and report it with the median of repeated attempts. Switching from trackpad to mouse may change the number even when attention remains the same. The interface can reduce confusion, but it cannot subtract unknown hardware latency reliably.

Guard against extra and premature input

Short games often animate between states. Memory Match ignores a third card while two cards are open and a mismatch is closing. Quick Reflex rejects a click before the signal. These guards prevent rapid input from skipping a rule boundary. Similar protections should be preserved whenever controls are resized or refactored: disable impossible actions, provide visible state changes, and make restart controls distinct from play controls. A responsive layout is not fair if a casual double tap can create an action the rule never intended.

LIMITATIONS

What this article does not establish

This review does not establish a universal minimum target size or benchmark every phone and pointing device. Browser zoom, accessibility settings, motor needs, and screen density vary. Players should use the method that is comfortable and avoid comparing results across unlike hardware.

See all research notes

Compare methods, measurements, design choices, and privacy details across the arcade.

Browse notes →