chessplot {chess2plyrs}R Documentation

chessplot

Description

plots the current position

Usage

chessplot(game, style = 1)

Arguments

game

chess game object (i.e., a list with elements board, turn, history, and fen_history as created by newgame function)

style

font style. 1: chess pieces according to unicode; 2: chess labels

Value

plot


[Package chess2plyrs version 0.3.0 Index]