Function to start the chess trainer.
play(lang="en", sfpath="", ...)
Arguments
- lang
character string to specify the language (either "en"
for English or "de"
for German).
- sfpath
character string giving the path (including the executable) to Stockfish. If blank, Stockfish is not used for position evaluations.
- ...
other arguments
Details
This is the main function to start the chess trainer. See the chesstrainer-package documentation for an introduction to the package.
Examples
# start playing
if (FALSE) { # \dontrun{
play()
} # }