/awesome-chess

Chess!

Creative Commons Zero v1.0 UniversalCC0-1.0

Awesome Chess Awesome

A Curated list of Assets availible on the internet related to Chess.

Inspired by the awesome list thing. You might also like to read complete awesome-list.

Contributing

Kindly Go Through Contribution Guidelines First.

CHESS

BOOKS

Books to read on Chess

FEN Parsers

Forsyth–Edwards Notation (FEN) is a standard notation for describing a particular board position of a chess game.

Bots

Bots are algorithms involving artificial intelligence to play against a user.

Move Validators

Validators are tools for checking authenticity of a move

  • chess.js - chess.js, Structured code for chess Authentication.
  • npm chess package - An algebraic notation driven chess engine that can validate board position and produce a list of viable moves.
  • Chessnut - Chessnut is a simple chess board model written in Python.It provides functionality of parsing FEN and generating a list of legal moves for each FEN representation.

Websites

Websites include platforms for people to play chess

  • multiplayerchess.com - Multiplayerchess.com is a simple single page chess playing application facilitating the play of chess.
  • lichess.org - One of the most mature platforms for playing chess on the internet.It is open Source too.It is equipped with daily puzzles and an TV to spectate other matches.
  • chess24.com - Play as well as learn chess from chess24 with the best of tutorials.
  • chessbase.com - Lucrative, Single page application for playing chess.
  • chess.com - Learn and Play chess with over 5 Million users.
  • chesscademy.com - Watch videos, solve puzzles, and play games. All for free. (Works similar to Khan Academy)
  • chesstempo.com - Online chess tactics training site.
  • chessprogramming.wikispaces.com - Repository of information about programming computers to play chess.

Boards

Boards are tools for encapsulating the process of rendering a board.

  • Chessboard.js - chessboard.js is a standalone JavaScript Chess Board.
  • chess-board - A web component for displaying chess positions.It takes FEN string as input and renders the board as output.
  • jchess - A jQuery based javascript library for parsing and displaying chess games. Currently takes FEN and PGN as inputs.
  • Chessboard-js - A responsive mobile-first javascript chessboard library.

Board Notations

Notations are a way of expressing the properties of the board in textual format. Tutorial on Chess Notations

Pieces

This includes the tools for getting artwork for various pieces of chess

Talks

Talks on Chess