How does browser play work?
Each game is an HTML5 client. When you open a title, the browser fetches its art atlas, audio
and logic bundle, then renders the reels to a canvas or WebGL surface. After that first load,
the client exchanges only small messages with the game server for each round: your stake goes
up, the outcome comes back, the animation plays locally.
Two consequences follow. The initial load is the heaviest moment of any session, typically a
few megabytes, which is why a title feels slow to open and instant thereafter. And because the
outcome is decided server-side before any animation runs, nothing about the local frame rate,
the device or the timing of your tap has any influence on the result.
No plugin is involved. Flash has been gone since 2020 and nothing replaced it: the modern stack
is the browser itself, which is why the lobby works identically on desktop and mobile without a
separate build. If you want an app-style launcher without an install, the download page covers home screen shortcuts.