chess
Here are 1,753 public repositories matching this topic...
A Javascript chess library for chess move generation/validation, piece placement/movement, and check/checkmate/draw detection
-
Updated
Aug 16, 2020 - JavaScript
Chess reinforcement learning by AlphaGo Zero methods.
-
Updated
Jul 25, 2020 - Jupyter Notebook
A pure Python chess library with move generation and validation, PGN parsing and writing, Polyglot opening book reading, Gaviota tablebase probing, Syzygy tablebase probing and UCI/XBoard engine communication
-
Updated
Aug 18, 2020 - Python
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
Jul 24, 2020 - Java
Turn Based Strategy Game. Master your beasts!
-
Updated
Aug 18, 2020 - JavaScript
Since we have all variant playable offline it would be nice to have the same help pages the website has but embedded in the app to be seen offline.
Help would be accessible from offline games menus and displayed in a modal window (like the one for the tournament FAQ).
收集 cocos2d-x 的棋牌项目,投稿啊,投稿。
-
Updated
Jul 21, 2020
Mobile/Web chess UI for lichess.org
-
Updated
Jul 15, 2020 - TypeScript
Predict chessboard FEN layouts from images using TensorFlow
-
Updated
Feb 6, 2020 - Jupyter Notebook
这是一个支持分布式和集群的java游戏服务器框架,可用于开发棋牌、回合制等游戏。基于netty实现高性能通讯,支持tcp、http、websocket等协议。支持消息加解密、攻击拦截、黑白名单机制。封装了redis缓存、mysql数据库的连接与使用。轻量级,便于上手。
-
Updated
May 20, 2020 - Java
Cute Chess is a graphical user interface, command-line interface and a library for playing chess.
-
Updated
Aug 18, 2020 - C++
Distributed Stockfish analysis for lichess.org
-
Updated
Aug 2, 2020 - Python
A bridge between Lichess API and chess engines
-
Updated
Aug 15, 2020 - Python
The Raspberry Turk is a robot that can play chess—it's entirely open source, based on Raspberry Pi, and inspired by the 18th century chess playing machine, the Mechanical Turk.
-
Updated
Mar 14, 2017 - Jupyter Notebook
♔ An Extremely Efficient Chess-board Detection for Non-trivial Photos ♔
-
Updated
May 5, 2019 - Python
Nibbler - Leela Chess Zero (Lc0) interface
-
Updated
Aug 6, 2020 - JavaScript
Visualize move, protection and threat status
-
Updated
Jul 15, 2020 - Perl
Fast-paced chess tactics trainer
-
Updated
Jul 30, 2020 - Ruby
Chessboard vue component to load positions, create positions and see threats
-
Updated
Jul 30, 2020 - Vue
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."


noImplicitAnywill help with some refactorings (such as ornicar/chessground#145). Even partial progress is useful.Pick one of:
Temporarily set
noImplicitAnytotrueinui/.../tsconfig.json.To compile use
yarn run dev,yarn run dev --watchoryarn run tsc --noEmitinui/.... Fix