Package: chess2plyrs Type: Package Title: Chess Game Creation and Tools Version: 0.3.0 Authors@R: c( person("Luigi", "Annicchiarico", email = "luigi.annic@gmail.com", role = c("cre", "aut")) ) Description: A chess program which allows the user to create a game, add moves, check for legal moves and game result, plot the board, take back, read and write FEN (Forsyth–Edwards Notation). A basic chess engine based on minimax is implemented. Depends: R (>= 4.3.0) Imports: stats, ggplot2 (>= 3.4.4) License: GPL-3 Encoding: UTF-8 LazyData: true RoxygenNote: 7.3.2 Suggests: knitr, rmarkdown, testthat (>= 3.0.0) Config/testthat/edition: 3 VignetteBuilder: knitr Repository: https://luigi-annic.r-universe.dev Date/Publication: 2025-06-06 14:05:00 UTC RemoteUrl: https://github.com/luigi-annic/chess2plyrs RemoteRef: HEAD RemoteSha: 3a608da5b93b58c021a3354172b27d3f3e6d8045 NeedsCompilation: no Packaged: 2026-06-21 09:20:30 UTC; root Author: Luigi Annicchiarico [cre, aut] Maintainer: Luigi Annicchiarico