adam-mcdaniel / chess-engine

A dependency-free chess engine♟️ library built to run anywhere.
https://adam-mcdaniel.github.io/chess-engine/docs/book/index.html
MIT License
432 stars 31 forks source link

Pawn promotion #13

Closed sanxiyn closed 2 years ago

sanxiyn commented 2 years ago

Is pawn promotion implemented? I can't seem to find it.

GreatGodOfFire commented 2 years ago

It is https://github.com/adam-mcdaniel/chess-engine/blob/main/src/lib.rs#L130

sanxiyn commented 2 years ago

Blame shows it got implemented in #14 after I filed this issue. Thanks for letting me know. Closing.