https://github.com/jbkunst/rchess
♛ Chess package for R
https://github.com/jbkunst/rchess
chess cran htmlwidgets r rstats
Last synced: about 1 month ago
JSON representation
♛ Chess package for R
- Host: GitHub
- URL: https://github.com/jbkunst/rchess
- Owner: jbkunst
- License: other
- Created: 2015-06-17T13:37:32.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2018-12-13T04:35:19.000Z (over 6 years ago)
- Last Synced: 2025-02-27T09:45:42.430Z (about 2 months ago)
- Topics: chess, cran, htmlwidgets, r, rstats
- Language: R
- Homepage: http://jkunst.com/rchess
- Size: 4.01 MB
- Stars: 77
- Watchers: 13
- Forks: 9
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-r-dataviz - rchess - Chess package for R. (ggplot / Domain-specific)
README
# ♛ `rchess` A chess package for R
[](https://travis-ci.org/jbkunst/rchess)
[](http://www.r-pkg.org/pkg/rchess)
[](http://www.r-pkg.org/pkg/rchess)The [`rchess`](http://jkunst.com/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](https://github.com/jhlywa/chess.js) javascript library
and integrates htmlwidget for plot chessboard using [chessboardjs](http://chessboardjs.com/) library.
For installation you use:```r
install.packages("rchess")
# Or
devtools::install_github("jbkunst/rchess")
```