rchess
♛ Chess package for R
R★ 77⑂ 10 forksupdated 7 years ago
git clone https://github.com/jbkunst/rchess.gitjbkunst/rchessREADME.mdfork it — it’s yours
♛ rchess A chess package for R
The rchess package is a chess move, generation/validation, piece placement/movement, and check/checkmate/stalemate detection.
This Packages is a wrapper for the chess.js javascript library and integrates htmlwidget for plot chessboard using chessboardjs library.
For installation you use:
install.packages("rchess")
# Or
devtools::install_github("jbkunst/rchess")
more like this
cc65-Chess
Portable chess game in C. Commodore 64, Apple 2, Atari, Oric, Commander X16, curses terminal, etc.
C★ 50