OyvindSabo / chess-bot

Chess bot
0 stars 1 forks source link

Implement ugly_undo function #29

Closed OyvindSabo closed 6 years ago

OyvindSabo commented 6 years ago

There is no reason to use the inefficient make_pretty function to return a move which will never be used when undoing. Implement ugly_undo which uses undo_move directly.