Anshroid / Prizmchess

Chess for the Prizm fx-CG50 graphical calculator
https://anshroid.github.io/projects/prizmchess/
1 stars 1 forks source link

Legal Move Calculation #5

Open Anshroid opened 1 year ago

Anshroid commented 1 year ago

Add in all the logic for calculating what moves are legal. Perhaps optimize the algorithm used in Anshroid/KChess#1

Harik-Sodhi commented 1 year ago

check if legal

Anshroid commented 1 year ago

So we just play the move and validate the resulting FEN?

Anshroid commented 1 year ago

What about showing legal moves to the player?

Harik-Sodhi commented 1 year ago

Maybe in a later release

Anshroid commented 1 year ago

So we're doing this the long way?