All Projects → Chess-Variants-Training → Chess Variants Training

Chess-Variants-Training / Chess Variants Training

Licence: agpl-3.0
Chess Variants Training is a website where you can improve at chess variants.

Labels

Projects that are alternatives of or similar to Chess Variants Training

Walleye
A chess engine written from scratch in Rust ♞
Stars: ✭ 82 (+355.56%)
Mutual labels:  chess
Summer
这是一个支持分布式和集群的java游戏服务器框架,可用于开发棋牌、回合制等游戏。基于netty实现高性能通讯,支持tcp、http、websocket等协议。支持消息加解密、攻击拦截、黑白名单机制。封装了redis缓存、mysql数据库的连接与使用。轻量级,便于上手。
Stars: ✭ 336 (+1766.67%)
Mutual labels:  chess
Chessandcard 2dx
收集 cocos2d-x 的棋牌项目,投稿啊,投稿。
Stars: ✭ 477 (+2550%)
Mutual labels:  chess
elo-js
Elo algorithm implementation in JS.
Stars: ✭ 18 (+0%)
Mutual labels:  chess
Fishnet
Distributed Stockfish analysis for lichess.org
Stars: ✭ 306 (+1600%)
Mutual labels:  chess
Maia Chess
Maia is a human-like neural network chess engine trained on millions of human games.
Stars: ✭ 360 (+1900%)
Mutual labels:  chess
leanchess
The world's smallest chess program
Stars: ✭ 71 (+294.44%)
Mutual labels:  chess
Reddit Pgn To Gif
Converts PGN from /r/chess into gifs hosted on imgur and leaves a reddit comment
Stars: ✭ 16 (-11.11%)
Mutual labels:  chess
Patchbay
An alternative Secure Scuttlebutt client interface that is fully compatible with Patchwork
Stars: ✭ 325 (+1705.56%)
Mutual labels:  chess
Pychess
PyChess - a chess client for Linux/Windows
Stars: ✭ 414 (+2200%)
Mutual labels:  chess
Lichess Bot
A bridge between Lichess API and chess engines
Stars: ✭ 258 (+1333.33%)
Mutual labels:  chess
Lucaschess
Chess GUI
Stars: ✭ 305 (+1594.44%)
Mutual labels:  chess
Command Line Chess
A python program to play chess against an AI in the terminal.
Stars: ✭ 378 (+2000%)
Mutual labels:  chess
ChessPositionRanking
Software suite for ranking chess positions and accurately estimating the number of legal chess positions
Stars: ✭ 78 (+333.33%)
Mutual labels:  chess
Chessground
Mobile/Web chess UI for lichess.org
Stars: ✭ 503 (+2694.44%)
Mutual labels:  chess
solid-chess
A decentralized chess app build on top of Solid.
Stars: ✭ 46 (+155.56%)
Mutual labels:  chess
Tensorflow chessbot
Predict chessboard FEN layouts from images using TensorFlow
Stars: ✭ 362 (+1911.11%)
Mutual labels:  chess
Pgnstats
parses PGN files and extracts statistics for chess games
Stars: ✭ 16 (-11.11%)
Mutual labels:  chess
Realchess
Mod for Minetest to play a realistic chess game (GUI-based)
Stars: ✭ 5 (-72.22%)
Mutual labels:  chess
Stockfish Mac
Beautiful, powerful chess app for the Mac
Stars: ✭ 404 (+2144.44%)
Mutual labels:  chess

Chess Variants Training

https://chessvariants.training/ is a website where you can improve your chess variant skills.

Code setup

The solution file ChessVariantsTraining.sln can be opened with Visual Studio.

In the src/ChessVariantsTraining directory, you have to add a config-secret.json file:

{
  "Email": {
    "RequireEmailVerification": false,
    "SmtpHost": "smtp.gmail.com",
    "SmtpPort": 587,
    "SmtpUsername": "",
    "Password": "",
    "SenderName": "",
    "FromAddress": ""
  },
  "RecaptchaKey": ""
}
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].