An experimental chess engine written in R with {raylibr}
devtools::install_github("benyamindsmith/RChessMaster")
Presently the game does not have any AI enabled, so you (or someone else sitting next to you) are in control of both the white and black pieces seqentially.
RChessMaster::new_game()
- Rook Castling
- En-Pessant
- AI Opponent (minimax)