The RCWeb Spacewar Control App (app/spacewar-control) is the dedicated web peripheral designed for the base spacewar arcade shooter, operating strictly in the Asymmetric Pattern.


The logic deliberately avoids continuous vector broadcasting, relying instead on state-change event triggers within script.js.
mousedown, touchstart) strictly execute e.preventDefault() to lock the mobile viewport, preventing accidental pinch-zooms or pull-to-refresh gestures during intense button mashing.rotatingLeft, rotatingRight). It fires a single rc.sendFunctionCall(..., 'left') command once when depressed, and a singular 'forward' release command when the finger is lifted.if ("vibrate" in navigator) navigator.vibrate(period)) to trigger physical hardware rumbles natively via the browser engine upon aggressive input logic, bypassing the server entirely for feedback.