kalebburnham / Majikthise-Python

0 stars 0 forks source link

Add move making functionality #13

Open kalebburnham opened 1 year ago

kalebburnham commented 1 year ago

https://www.chessprogramming.org/Make_Move

kalebburnham commented 1 year ago

https://stackoverflow.com/questions/11873180/chess-programming-make-and-unmake-move

kalebburnham commented 1 year ago

A new field was added to the Move structure to remember the type of the captured piece.