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

Show timer on screen and improve the timer #510

Open
PvtVoid opened this issue Feb 17, 2024 · 3 comments
Open

Show timer on screen and improve the timer #510

PvtVoid opened this issue Feb 17, 2024 · 3 comments
Labels
enhancement New feature or request

Comments

@PvtVoid
Copy link
Contributor

PvtVoid commented Feb 17, 2024

Here's Kobe idea from discord: https://discord.com/channels/865412150125789214/971928581267664936/1208151399292997712

is it possible to have the timer show up on screen? or at least warn you somehow if you're running out of time (i.e. top left corner with a red notification box that says "Player1 has 15 seconds left" or shows in the game log box)

in regards to thoughts on how to improve the timer in general, i personally really like how Pokemon Showdown has their inactivity timer set up (something like this https://www.smogon.com/forums/threads/ps-timer-updates.3646406/), it prevents players from dragging out games too much but also lets people tank on important turns if needed

@PvtVoid PvtVoid added the enhancement New feature or request label Feb 17, 2024
@bruno-edo
Copy link

I want to work on this.

I've posted a mockup of a timer (using SVGs, so it's lightweight) to Discord but had no feedback. Would something like this work?

(Please have in mind that I had to convert this to a GIF format and it messed with the playback. In reality this animation is much more fluid)

mockup timer(1)

@LaustinSpayce
Copy link
Member

Yeah it could work. The difficult part is the backend though. We can show timers on the front end all we want but it's the server that enforces if people are AFK or not. That's the hard part.

If you want to have a go at implementing it open a PR and send another message on discord.

@bruno-edo
Copy link

bruno-edo commented Sep 24, 2024 via email

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

No branches or pull requests

3 participants