GitHub topics: chess-position
LabinatorSolutions/boldchess-web-app
A responsive web-based chess app and graphical user interface (GUI) for the Stockfish chess engine, featuring analysis, evaluation, and graphical representations. It is the official chess app of BoldChess.com.
Language: JavaScript - Size: 201 MB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 37 - Forks: 14

Geras1mleo/Chess
C# .NET 8.0 Chess Library
Language: C# - Size: 70 MB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 60 - Forks: 17

vadimcx/chessframejs
single file chess board
Language: JavaScript - Size: 473 KB - Last synced at: 2 months ago - Pushed at: 3 months ago - Stars: 3 - Forks: 1

CarbonChess/FenFurnace 📦
Chess piece movement validator, designed to work entirely from a FEN position.
Language: TypeScript - Size: 308 KB - Last synced at: 3 days ago - Pushed at: over 3 years ago - Stars: 5 - Forks: 0

antononcube/Raku-Graphviz-DOT-Chessboard
Making chessboard plots via Graphviz DOT language.
Language: Raku - Size: 43 KB - Last synced at: 25 days ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

dn1z/pgn2gif
A small tool that generates gif of a chess game
Language: Python - Size: 5.42 MB - Last synced at: 5 months ago - Pushed at: over 4 years ago - Stars: 104 - Forks: 13

BaseMax/ChessWeb
Chess game with two player. (SOON)
Language: JavaScript - Size: 180 KB - Last synced at: 3 days ago - Pushed at: almost 6 years ago - Stars: 6 - Forks: 0

tigerpixel/PGNParser
A Parser for Portable Game Notation including Portable Draughts Notation
Language: Swift - Size: 62.5 KB - Last synced at: 12 days ago - Pushed at: over 5 years ago - Stars: 7 - Forks: 0

Zeta36/Using-Google-Neural-Machine-Translation-for-chess-movements-inference-TensorFlow-
Using (Google) Neural Machine Translation for chess movements inference (TensorFlow)
Language: Python - Size: 19.9 MB - Last synced at: 6 months ago - Pushed at: almost 8 years ago - Stars: 3 - Forks: 2

kunegis/babychess
Chess engine and GUI (1999–2006)
Language: C++ - Size: 2.56 MB - Last synced at: about 1 year ago - Pushed at: about 8 years ago - Stars: 2 - Forks: 0

ByteBrewerr/chess-C-Sharp
Chess game C#
Language: C# - Size: 181 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 0

adxy/chesskhelo.in
An open source chess project in Node/Next.js. For the ❤️ of chess.
Language: JavaScript - Size: 913 KB - Last synced at: about 1 year ago - Pushed at: almost 2 years ago - Stars: 8 - Forks: 4

ntnbrtnkv/chess-recognize
♟🔍 Parse FEN from clipboard image and analyse on https://lichess.org
Language: Python - Size: 1.35 MB - Last synced at: 27 days ago - Pushed at: almost 3 years ago - Stars: 7 - Forks: 0

sashite/feen.cr
FEEN support for the Crystal language.
Language: Crystal - Size: 50.8 KB - Last synced at: over 1 year ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

ramondsb/jxez
A virtual chessboard to analyze games and positions
Language: Java - Size: 178 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

programandoconro/Chess-Random-Moves
Generate random positions and random moves by piece in Chess
Language: JavaScript - Size: 33.5 MB - Last synced at: 12 days ago - Pushed at: about 5 years ago - Stars: 3 - Forks: 2

fulldecent/pawn-bfs
A breadth-first enumeration of all reachable chess diagrams
Language: C - Size: 29.3 KB - Last synced at: 22 days ago - Pushed at: about 4 years ago - Stars: 5 - Forks: 2

witaly-iwanow/fatpup
Super lightweight portable zero-dependency chess library written in simple C++
Language: C++ - Size: 588 KB - Last synced at: almost 2 years ago - Pushed at: almost 4 years ago - Stars: 4 - Forks: 1

sashite/feen.rb
FEEN support for the Ruby language.
Language: Ruby - Size: 198 KB - Last synced at: 6 days ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

AjgorBzd/Machine-Learning-Algorithm-Testing
For the full description check README.md
Language: Jupyter Notebook - Size: 127 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

davidssmith/savage
Fast, publication-quality SVG chess board diagram generator
Language: Rust - Size: 96.7 KB - Last synced at: 28 days ago - Pushed at: about 5 years ago - Stars: 1 - Forks: 0

jniemann66/react-chessdiagram
Chess Diagram React Component
Language: JavaScript - Size: 332 KB - Last synced at: 7 days ago - Pushed at: about 5 years ago - Stars: 26 - Forks: 9

fsmosca/epd2doc
Embed chess diagrams from epd file into a document.
Language: Python - Size: 56.6 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 1

fazeelkhalid/AutoPlayer-Chess-With-Alpha-Beta-Pruning
Game of chess has been a classic AI problem and these days there are several excellent open source implementations of automatic chess players are available on line. In this assignment we are going to make yet another FAST-chess player that will play chess using some well-established strategies along with MINIMAX to compute moves for a chess player. To complete this assignment you have been provided with an abstract base class called chessPlayer and two demo player classes named humanPlayer and autoPlayer. Along with these two class, another class, called gameState, is also provided that holds state of the game at any given time. The state of the chess at any given time consists of information about player turn (i.e. an enumeration called Color with a value of 1 means WHITE player will move and 0 means BLACK player will move) and an 8 x 8 chess board with chess pieces encoded as shown below.
Language: C++ - Size: 734 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 5 - Forks: 7

Singhak/ChessValidate
This repository contain a python script for basic chess moves
Language: Python - Size: 4.88 KB - Last synced at: about 2 years ago - Pushed at: over 6 years ago - Stars: 1 - Forks: 0

bhlangonijr/redqueenchess
Redqueen is an UCI (Universal Chess Interface) compatible chess engine written in C++.
Language: C++ - Size: 935 KB - Last synced at: over 1 year ago - Pushed at: almost 7 years ago - Stars: 7 - Forks: 0

LordDarkula/Knights-Tour
Solution to Knight's Tour problem
Language: Python - Size: 10.7 KB - Last synced at: about 1 month ago - Pushed at: over 8 years ago - Stars: 1 - Forks: 0

saylenty/Eight-queens-enhanced
The task is to count the number of pieces combinations when none of them capture another
Language: Java - Size: 85 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

BaseMax/ChessDesktopElectron
Chess game with two player based on electron. (SOON)
Language: JavaScript - Size: 76.2 KB - Last synced at: 3 days ago - Pushed at: almost 5 years ago - Stars: 4 - Forks: 3

AshishGusain17/chesslive365
A chess website where you can challenge your friends for a 2-player match without logging in or any verification. All other persons with the access to the game-link can view the game live.
Language: JavaScript - Size: 4.33 MB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

hauva69/chess-opening-classification
Chess opening classification data
Language: Python - Size: 296 KB - Last synced at: about 2 years ago - Pushed at: about 4 years ago - Stars: 1 - Forks: 0

johnnyawesome/ChessComText2Speech
Reads the moves of games on chess.com out loud for practicing with a real chessboard (OTB)
Language: JavaScript - Size: 7.81 KB - Last synced at: almost 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

rchastain/chess-image
Command line tool that makes an image of a chess position
Language: Pascal - Size: 436 KB - Last synced at: almost 2 years ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 1

aole/Chess-Coach
Chess Coach
Language: Python - Size: 1.98 MB - Last synced at: about 2 years ago - Pushed at: almost 5 years ago - Stars: 0 - Forks: 0

ZipBomb/alexa-chess-openings
Source code for the Alexa Chess Openings skill. The skill allows you to know about any known opening or to discover new interesting ones.
Language: Python - Size: 246 KB - Last synced at: 4 months ago - Pushed at: about 6 years ago - Stars: 0 - Forks: 0
