Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jbkunst/rchess
♛ Chess package for R
https://github.com/jbkunst/rchess
chess cran htmlwidgets r rstats
Last synced: 11 days 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 (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-12-13T04:35:19.000Z (almost 6 years ago)
- Last Synced: 2024-10-11T19:13:49.465Z (26 days ago)
- Topics: chess, cran, htmlwidgets, r, rstats
- Language: R
- Homepage: http://jkunst.com/rchess
- Size: 4.01 MB
- Stars: 74
- Watchers: 12
- Forks: 8
- 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
[![travis-status](https://api.travis-ci.org/jbkunst/rchess.svg)](https://travis-ci.org/jbkunst/rchess)
[![version](http://www.r-pkg.org/badges/version/rchess)](http://www.r-pkg.org/pkg/rchess)
[![downloads](http://cranlogs.r-pkg.org/badges/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")
```