You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Optional: Add a way to open a replay directly using command-line arguments
This can be useful for auto-verifying replays or extracting replay data (e.g. timestamps of lines cleared) in an automatable way.
An example flag could be --replay=insertBase64StringHere.
Detailed replay data could be output into stdout like: Replay output below, with the next line containing a JSON.
This can be useful for auto-verifying replays or extracting replay data (e.g. timestamps of lines cleared) in an automatable way.
An example flag could be
--replay=insertBase64StringHere.Detailed replay data could be output into stdout like:
Replay output below, with the next line containing a JSON.