jbkunst / rchess

♛ Chess package for R
http://jkunst.com/rchess
Other
74 stars 8 forks source link

simultaneous castling and check #4

Closed jbkunst closed 8 years ago

jbkunst commented 8 years ago

Founded by José Miguel González Aguilera:

Problem to record the towers movements when in a game it produces castling and check in the same move (probably same with castling + checkmate)

jbkunst commented 8 years ago

This is solve with somthing like:

replace

san = "O-O"  |  san = "O-O-O"  

with:

str_detect("O-O")