Remove TODO about parsing captures
This commit is contained in:
parent
e12946ca5d
commit
4d7ab3484d
|
@ -304,7 +304,6 @@ func (b *Board) Move(move string) error {
|
||||||
move = strings.Replace(move, captureFrom+"x", "", 1)
|
move = strings.Replace(move, captureFrom+"x", "", 1)
|
||||||
}
|
}
|
||||||
|
|
||||||
// TODO: parse captures e.g. exd5 or Nxd5
|
|
||||||
// TODO: parse promotions
|
// TODO: parse promotions
|
||||||
// TODO: parse checks e.g. e5+
|
// TODO: parse checks e.g. e5+
|
||||||
// TODO: parse checkmates e.g. e5#
|
// TODO: parse checkmates e.g. e5#
|
||||||
|
|
Loading…
Reference in New Issue