Skip to content

Latest commit

 

History

History
35 lines (20 loc) · 858 Bytes

README.md

File metadata and controls

35 lines (20 loc) · 858 Bytes

RChessMaster

An experimental chess engine written in R with {raylibr}

Installing this Package

devtools::install_github("benyamindsmith/RChessMaster")

Play a new game

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()

Similar Projects

TODO

  • Rook Castling
  • En-Pessant
  • AI Opponent (minimax)