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

Implement "Timed Move Mode" for Tic-Tac-Toe #359

Open
meantaraa opened this issue Oct 21, 2024 · 0 comments
Open

Implement "Timed Move Mode" for Tic-Tac-Toe #359

meantaraa opened this issue Oct 21, 2024 · 0 comments

Comments

@meantaraa
Copy link

I would like to add a "Timed Move Mode" to the Tic-Tac-Toe game, where each player has a limited time (e.g., 10 seconds) to make their move. If they don't act within the time limit, their turn is skipped. This feature will be implemented using JavaScript timers and can be enabled or disabled from the main menu. I will implement the "Timed Move Mode" using JavaScript's setTimeout to track each player's move time, and skip the turn if the timer expires.

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

1 participant