Skip to content

Web replay playback flickers (full-screen redraw each frame) #110

Description

@mparrett

Playing back a run via ?replay=<code> on the web build works — but the terminal does a full redraw each frame, so it flickers noticeably during playback.

Minor: playback is correct, it's purely visual. The replay path likely clears + repaints the whole screen each frame; a diff/partial redraw (or double-buffer) on playback would remove the flicker.

Context: first end-to-end confirmation that ?replay= playback works on the web build (v0.0.2 candidate).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions