The sqs() method should be implemented in piece/K.ts in a similar way as it is implemented in Chess\Piece\K. This will eventually allow to implement the play() method and therefore test the heuristic evaluation features in tests/unit/eval/ by using chess opening samples.
The
sqs()
method should be implemented inpiece/K.ts
in a similar way as it is implemented in Chess\Piece\K. This will eventually allow to implement theplay()
method and therefore test the heuristic evaluation features in tests/unit/eval/ by using chess opening samples.Keep it up, and happy coding and learning!