hrushikeshrv / chessengine

A WIP chess engine written in Python with no dependencies
https://chessengine.readthedocs.io/en/latest/index.html
MIT License
12 stars 12 forks source link

Fix Issue #33 (Write out last computer's move) #34

Closed zzril closed 1 year ago

zzril commented 1 year ago

Now stores the Board moved xyz format string in a variable and prints it out after all the clearing is done, immediately before we ask the user to input his next move.

This should fix Issue #33 .

hrushikeshrv commented 1 year ago

@zzril thanks for this, looks good 👍🏻