chaste chess pieces added

5 months ago
8

I have managed to create some data structures and arrays for representing chess pieces on a chessboard. I also copied over the relevant parts of my font library which was used in Chaste Tris, Chaste Puyo, and Chaste Panel. This means that I can draw letters onto the board to show all of the 6 chess pieces.

P=Pawn
R=Rook
N=kNight
B=Bishop
Q=Queen
K=King

The progress I have made so far is beyond what I imagined. However, this is really just the beginning. Each chess piece has its own rules for how it can move. The question remains whether I should program the game to allow only legal moves or should it be made so that any move is allowed even if it is wrong? The difference in how much code will be required would be huge. However, this is a project that I am doing for fun. There is no way of knowing how far I will get but I am closer to making my own chess game than ever before!

Official Links:

https://www.chess.com/member/chastitywhiterose
https://www.twitch.tv/chastitywhiterose
https://www.patreon.com/ChastityWhiteRoseProgramming

Loading comments...