SebLague / Chess-Challenge

Create your own tiny chess bot!
https://www.youtube.com/watch?v=Ne40a5LkK6A
MIT License
1.77k stars 1.06k forks source link

How can I create square object using target move? #433

Open JellyWasCoding opened 1 year ago

SebLague commented 1 year ago

I don’t quite understand the question, could you rephrase or give more info about what you’re trying to do?

JellyWasCoding commented 1 year ago

I need to create a Square object but I can just create it using a move that is the last move in the draft board, but I can only make it using the algebraic name. How can I create it using the last move?