项目作者: EdilsonVieira

项目描述 :
A rule enforced virtual chess board.
高级语言: JavaScript
项目地址: git://github.com/EdilsonVieira/chessboard.git
创建时间: 2020-05-14T21:56:07Z
项目社区:https://github.com/EdilsonVieira/chessboard

开源协议:

下载


chessboard

A rules enforced virtual chess board for real players to play on premise.

ATTENTION: this is NOT a chess engine!

TODO: enforce rules, legal moves, check/mate, castling.

credits

Forked from “Tic Tac Toe” exemple from ReactJS documentation: “https://codepen.io/gaearon/pen/gWWZgR“ by Dan Abramov.
Programming techniques borrowed from “https://sites.google.com/site/tscpchess/home“ witch is an explanation of the TSCP (Tom Kerrigan’s Simple Chess Program).
Tom Kerrigan’s Home Page: “http://www.tckerrigan.com/Chess/TSCP/“.