chess
Here are 3,218 public repositories matching this topic...
-
Updated
Mar 22, 2022 - JavaScript
-
Updated
Feb 9, 2022 - Jupyter Notebook
Is your feature request related to a problem? Please describe.
When playing on physical board and using chess clock feature in the mobile app, there is a need to know the no. of moves played so far
Describe the solution you'd like
Keep a move counter initialised to 0
On every tap (either side) increment it by 0.5
A getter can be made for display: current no. of moves, which floors t
-
Updated
Mar 2, 2022 - JavaScript
-
Updated
Mar 11, 2022 - Java
-
Updated
Mar 13, 2022 - TypeScript
-
Updated
Feb 23, 2022 - Python
-
Updated
Mar 30, 2022 - Rust
-
Updated
Feb 6, 2020 - Jupyter Notebook
-
Updated
Dec 21, 2021 - Python
-
Updated
Mar 27, 2022 - Python
Qt 5.0 introduced QRegularExpression class that has a better API, is faster and more compliant with other regex implementations. We should migrate from the old QRegExp class to the newer one.
-
Updated
Mar 20, 2022 - JavaScript
-
Updated
Jan 5, 2022 - Python
-
Updated
Mar 27, 2022 - JavaScript
-
Updated
Mar 30, 2022 - C++
-
Updated
Feb 9, 2022 - Python
-
Updated
Feb 11, 2022 - Python
Improve this page
Add a description, image, and links to the chess topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the chess topic, visit your repo's landing page and select "manage topics."
In
ui/, identify uses ofthrottle(delay, wrapped)that wrap networks calls. Replace these withthrottlePromise(finallyDelay(delay, wrapped)).This will ensure that