chess
Here are 3,218 public repositories matching this topic...
A Javascript chess library for chess move generation/validation, piece placement/movement, and check/checkmate/draw detection
-
Updated
Mar 22, 2022 - JavaScript
Chess reinforcement learning by AlphaGo Zero methods.
-
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
Turn Based Strategy Game. Master your beasts!
-
Updated
Mar 2, 2022 - JavaScript
Distributed Java game server, including cluster management server, gateway server, hall server, game logic server, background monitoring server and a running web version of fishing. State machine, behavior tree, A* pathfinding, navigation mesh and other AI tools
-
Updated
Mar 11, 2022 - Java
Mobile/Web chess UI for lichess.org
-
Updated
Mar 13, 2022 - TypeScript
Maia is a human-like neural network chess engine trained on millions of human games.
-
Updated
Feb 23, 2022 - Python
Distributed Stockfish analysis for lichess.org
-
Updated
Mar 30, 2022 - Rust
Predict chessboard FEN layouts from images using TensorFlow
-
Updated
Feb 6, 2020 - Jupyter Notebook
A python program to play chess against an AI in the terminal.
-
Updated
Dec 21, 2021 - Python
A bridge between Lichess API and chess engines
-
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.
Chess analysis GUI for UCI engines, with extra features for Leela (Lc0) in particular.
-
Updated
Mar 20, 2022 - JavaScript
Program that enables you to play online chess using real chess board.
-
Updated
Jan 5, 2022 - Python
Consolidated view of all your chess games from chess.com, lichess, grandmaster games or custom pgn.
-
Updated
Mar 27, 2022 - JavaScript
chess variant engine supporting Xiangqi, Shogi, Janggi, Makruk, S-Chess, Crazyhouse, Bughouse, and many more
-
Updated
Mar 30, 2022 - C++
♔ An Extremely Efficient Chess-board Detection for Non-trivial Photos ♔
-
Updated
Feb 9, 2022 - Python
irwin - the protector of lichess from all chess players villainous
-
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