WebGL-Tron icon indicating copy to clipboard operation
WebGL-Tron copied to clipboard

Fix clock speed

Open dpren opened this issue 3 months ago • 0 comments

The current game clock speed is recklessly based on requestAnimationFrame alone.

Results in the game speed going ludicrously fast on modern hardware.

Fixing it to an absolute rate will solve this + allow for proper multiplayer server logic.

dpren avatar Mar 19 '24 00:03 dpren