Open mnm-sys opened 2 years ago
After inputing the user move text in SAN or UCI format, a SAN parser needs to be implemented which selects the required piece, to-square and from-square, and updates the board accordingly. For example, consider the move Nc3 which means the knight has to move to c3 square, but if the board has two knights, the function should select which of the knights has to move
This issue involves completing following 3 tasks:
Depends on https://github.com/mnm-sys/tezdhar/issues/28
Blocked by #28
Goals:
Move Validation: