feat: drive the host screen with the arrow keys - #13
Merged
Conversation
With auto-advance off the host walks the game forward by hand, usually from the back of the room with a clicker. Right advances the game; left steps back through the screens the room has already seen, held on the projector only. The game never rewinds: players' phones and the scores are untouched, and the game controls are hidden while the host looks back so a click cannot advance a game that is not on screen.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Problem
With auto-advance off the host has to walk back to the laptop and click a button for every beat of the game, and there is no way to put a screen the room already saw back on the projector.
Solution
Arrow keys drive the host screen (only while auto-advance is off):
While looking back, a banner says so and the game controls are hidden, so a click cannot advance a game that is not on screen. Any live event, or a resync, drops the host back to the live screen.
Tested end to end on quizzly.localhost with a host and a player: forward through both questions to the podium, back through every remembered screen, return to live, and the bounds at both ends.