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

feature: add (optional) player-turn countdown timer / chess timer mechanism #96

Closed
fatsu opened this issue Jan 14, 2015 · 4 comments
Closed
Labels

Comments

@fatsu
Copy link
Contributor

fatsu commented Jan 14, 2015

We usually play a game with JCloisterzone between colleagues during lunch break. But as some of these colleagues take a lot of time to think over their options/move, the lunch break tends to become too long.

It would be nice to have an optional customizable X second countdown timer per player-turn. This would limit the total time a game would take.

Possible actions when timer hits zero:

  • discard tile and switch to next player
  • remove penalty points every Y seconds
@joelpurra
Copy link
Contributor

It would be nice to have an optional customizable X second countdown timer per player-turn. This would limit the total time a game would take.

Have discussed the same problem with my game buddies. Love the solution.

We've also discussed having a chess timer, which would limit the total time of all your turns. If you take more than Y minutes total, you automatically lose the game! There are other time control options, such as adding time delay of a few seconds when you start your move so that if you make a fast move you can gain some time.

@farin
Copy link
Owner

farin commented Jan 14, 2015

Chess timer is in my task queue - it's easiest solution then turn timer because there is no doubt how handle depleted time.
For turn timer discard is not option (sometimes you want to discard a tile but you can't)

@farin farin added the feature label Jan 14, 2015
@fatsu
Copy link
Contributor Author

fatsu commented Jan 14, 2015

Good. A chess-timer mechanism would probably do the trick as well.

In addition: I guess some sort of time-management solution will be required in online play as well. You always have those guys that start slow-playing or stop playing once they are sure to have lost in order to force or trick the winner to abandon or stop the game and prevent ranking to get applied.

@fatsu fatsu changed the title feature: add (optional) player-turn countdown timer feature: add (optional) player-turn countdown timer / chess timer mechanism Jan 14, 2015
@Eldenroot
Copy link

I agree - this is a must have feature for online multiplayer over jcloisterzone public server

@farin farin closed this as completed Feb 13, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants