play {chess}R Documentation

Move a piece on the board

Description

Move a piece on the board

Usage

play(game, moves, notation = c("san", "uci", "xboard"))

Arguments

game

A game node

moves

Vector of one or more description of moves

notation

Notation used for moves

Value

A game node


[Package chess version 1.0.1 Index]