We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Spectator mode is essentially playing parsing a gamelog that is streamed to you as it is created.
Playback by the user is disabled, instead they... well... spectate. When a delta comes in, animate it. Then wait for the next delta.
Most of this involves actually communicating to Cerveau and interpreting its I/O. Thankfully, Cerveau already supports WebSockets as an IO endpoint.
The text was updated successfully, but these errors were encountered:
Added connection info log for remote gamelogs
cccc33f
* also added some foundation for Spectors #2
bc3d0d3
JacobFischer
No branches or pull requests
Spectator mode is essentially playing parsing a gamelog that is streamed to you as it is created.
Playback by the user is disabled, instead they... well... spectate. When a delta comes in, animate it. Then wait for the next delta.
Most of this involves actually communicating to Cerveau and interpreting its I/O. Thankfully, Cerveau already supports WebSockets as an IO endpoint.
The text was updated successfully, but these errors were encountered: