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
NeedsCompilation: no
Packaged: 2025-05-29 08:16:26 UTC; luigi.annicchiaric00
Author: Luigi Annicchiarico [cre, aut]
Maintainer: Luigi Annicchiarico <luigi.annic@gmail.com>
Repository: CRAN
Date/Publication: 2025-06-02 08:50:09 UTC
Built: R 4.4.3; ; 2025-10-21 13:22:30 UTC; windows
