tzhf / chatguessr

A Twitch chatbot for GeoGuessr.
https://chatguessr.com
MIT License
38 stars 9 forks source link

[Enhancement] Show players who have not guessed yet #64

Open enigmamf opened 4 months ago

enigmamf commented 4 months ago

In small streams especially, streamers sometimes worry that closing guesses on a player will drive them away. To help streamers understand if there are users who might still be guessing, display a placeholder line for each person who guessed on the previous round but has not guessed on the current round.

I started on this (I need to merge in the latest changes, and wanted add a settings option to enable/disable it) - does it seem like something you think people would like, or not? Should it default on or off?

tzhf commented 4 months ago

Not sure about this for UI concerns, might be a little bit confusing, but why not. If so, it would be easier to implement on the new Vue scoreboard (https://github.com/tzhf/chatguessr-electron-vite)

enigmamf commented 4 months ago

Thanks for the heads up, I'll have to take a look at that!