Skip to content
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

Improve skip vote system #82

Open
za3k opened this issue Feb 24, 2021 · 2 comments
Open

Improve skip vote system #82

za3k opened this issue Feb 24, 2021 · 2 comments

Comments

@za3k
Copy link
Contributor

za3k commented Feb 24, 2021

The current skip vote system is a hardcoded number, 3. This really kind of sucks--I play on FCN, and there still are never enough people voting to skip. It ranges from 0-1 players at night, to maybe 5 during peak hours.

Perhaps you can count the unique people guessing in say, the last 10 minutes, and set the number of skips needed to MIN(guessers, 3)

@rawsonj
Copy link
Owner

rawsonj commented Feb 25, 2021

I really don't have much time these days to work on this, which is why several issues have been raised with me going "yep, I'll get to that" and no other activity.

Though you will note I am responsive to PR's and comments, so if you implement this and submit a PR, I'll gladly review and merge it.

@za3k
Copy link
Contributor Author

za3k commented Feb 25, 2021

We'll see! I think the changes are easy but getting the bot to run so I can test it is tough--if I manage one change I'll do them all.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants