-
Notifications
You must be signed in to change notification settings - Fork 46
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
Implement ability to offer a draw #9
Comments
Yes! This will be nice! I've been thinking the UI needs an update. The main menu (or return to lobby) button should be along the bottom of the screen instead of hidden within the pause menu. The offer draw button should be close to that. Players usernames should hyperlink to their profile, and display their elo, etc! This will be tagged as an "enhancement" (or feature request)! |
Also don't allow players to spam draw offers. |
Discord discussion here |
#39 Here's the linked PR adding this |
Yes that's my work right there. Beautiful |
Bruh we didn't close this. Now it is closed |
Currently, offering a draw just kind of does nothing:
case 'offerdraw': console.error("Don't know how to offer draw yet.")
So, someday someone needs to implement this.
It's not a bug fix and also not a database migration,
but somewhere in the middle, where it will take somewhere around 1 to 3 days.
The text was updated successfully, but these errors were encountered: