scribble.rs icon indicating copy to clipboard operation
scribble.rs copied to clipboard

The timer should start after a word has been chosen

Open Luni-4 opened this issue 4 years ago • 7 comments

While I'm choosing a word to draw, the timer is already running. It should start as soon as a word has been chosen.

Luni-4 avatar Mar 20 '20 21:03 Luni-4

This was a design decision and i did it in order to keep people from taking too long for choosing a word. If you want more time, simply increase the time on lobby creation. If that's not good enough, then try explaining to me why, because to me it seems to solve the problem.

Bios-Marcel avatar Mar 20 '20 21:03 Bios-Marcel

Oh, now I see your approach, but in that way we are subtracting precious time to the players. Perhaps we could establish a maximum time set for choosing a word, e.g. 20 seconds, and when that time runs out, the first, or a random, word among the three is chosen.

Luni-4 avatar Mar 20 '20 23:03 Luni-4

I guess, I could just add a second timer. What really annoyed me on skribbl.io, was that you only had a certain amount of time to pick before it autopicks, but you couldn't see the time ... I guess this would be a solution then.

Bios-Marcel avatar Mar 21 '20 09:03 Bios-Marcel

K, the drawing time specified in the lobby will then only be drawing time and the word-choice time will be a fixed amount of 20 seconds and display within the word choice dialog

Bios-Marcel avatar Mar 21 '20 09:03 Bios-Marcel

I guess, I could just add a second timer. What really annoyed me on skribbl.io, was that you only had a certain amount of time to pick before it autopicks, but you couldn't see the time ... I guess this would be a solution then.

I agree with you, it's pretty annoying not knowing the time to choose a word.

K, the drawing time specified in the lobby will then only be drawing time and the word-choice time will be a fixed amount of 20 seconds and display within the word choice dialog

Thanks a lot! :)

Do you think we should display the chosen word to the user? For example using a dialog window that says something like this: The chosen word is scribble!

Luni-4 avatar Mar 21 '20 10:03 Luni-4

it is displayed at the top

Bios-Marcel avatar Mar 21 '20 10:03 Bios-Marcel

Sure, I was thinking at something to signal the user that the time is run out, but since one can always see the word at the top, let's leave it as it is. I agree with you.

Luni-4 avatar Mar 21 '20 10:03 Luni-4