Nothing
#' @title newgame
#'
#' @description sets up a new chess game
#'
#' @return new game
#' @export
newgame <- function(){
list(board = chess2plyrs::chesstools$init,
turn = 1,
history = c(),
fen_history = c("rnbqkbnr/pppppppp/8/8/8/8/PPPPPPPP/RNBQKBNR w"))
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.