-
Notifications
You must be signed in to change notification settings - Fork 119
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
Added support for displaying time taken by each player & also Blitz mode Chess #6
Conversation
Cool! Thank you for this addition 👍 But I think your fork is not up to date with last commits in the master branch. I'll merge your pull request asap. |
@@ -1,31 +0,0 @@ | |||
# Logs |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can you undo the deletion of the .gitignore file? may be deleted by error?
A side note, you added handlebars-v2.0.0.js but you didn't imported it in the project. https://github.com/benas/gamehub.io/blob/master/package.json#L19 That's all for my review. |
Hi , Cheers |
Cool! this goes straight to the master branch :-) Thank you for your contribution! 👍 Regards |
Add support for displaying time taken by each player Add support for Blitz mode
The time played by each player is being displayed along with the user name . Also , one can set a timeout , inorder to play in Blitz mode (to be specified in chesshub.js file)