PraxTube / chess-ai

A chess AI that uses alpha-beta to find the best move
MIT License
0 stars 1 forks source link

Engine: Promotion only works for queen right now #20

Closed PraxTube closed 1 year ago

PraxTube commented 1 year ago

Pawns get always promoted to queens no matter what. We should change to check all possible promotions.

PraxTube commented 1 year ago

It is very questionable if this needs to be fixed before letting it play against the other AI's. Promotion happens fairly rarely in the current games already. There is little to no chance that better AI's will let this one promote any pawn at all. Though it would still be nice to have a feature completion.