-
Notifications
You must be signed in to change notification settings - Fork 32
Send player's vote confirmation to group #2
New issue
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
base: master
Are you sure you want to change the base?
Conversation
Whenever voting starts, players don't know if a fellow player has voted. For each voting, players have to wait for every other player to vote. This change tries to make it easier for players to know which player hasn't voted. The bot will send a message to the group for each player that actually votes, and players, knowing which players havn't vote, can take the proper actions to continue the game.
|
you may want to use |
|
I encountered this problem in some of the many games I played with the bot: someone isn’t paying attention and then the whole game is interrupted. I thought about a timer but couldn’t decide what to do once the timer is out. this is no scenario that exists in the board game. the problem with your suggestion is that it could be used to gather further information. if someone votes “nein” really fast it sometimes tells you something about their role. additionally the command would often not solve the problem, because if someone is not paying attention then it wouldn’t help if everyone else would know who this person is. i wanted to stay as close to the original game as possible so I didn’t implement the feature... |
|
I understand your concern. |
|
At the moment, I may have two non-exclusive solutions.
|
|
I like solution #1 |
|
I like solution 1 as well. |
|
solution 1 by @egenender seems like a good compromise for this problem! |
Whenever voting starts, players don't know if a fellow player has voted. For each voting, players have to wait for every other player to vote.
This change tries to make it easier for players to know which player hasn't voted.
The bot will send a message to the group for each player that actually votes, and players, knowing which players havn't vote, can take the proper actions to continue the game.