At this stage everything's ready to start writing the chess pieces!
Remember:
We're writing an object-oriented chess codebase not only because we want to practice software development skills but also to avoid the intricacies of chess bitboards.
This issue is about TDDing the mobility() method in a new .ts file called Rook.ts in the ts-chess/src/piece folder.
At this stage everything's ready to start writing the chess pieces!
Remember:
This issue is about TDDing the
mobility()
method in a new .ts file calledRook.ts
in the ts-chess/src/piece folder.For further information, please visit:
Keep it up and happy coding and learning!