PraxTube / chess-ai

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

Enhance game over logic and add coordinate move notation #30

Closed PraxTube closed 1 year ago

PraxTube commented 1 year ago

Abstracted some logic and added the notation of from_square -> to_square (coordinate notation).

Also made the black AI choose random moves. This demonstrates much better that our current simple AI is actually already working.