It's finally finished! This is a type of board that works by inputting a specific code, where the sprite will draw a board to match. This works for pieces, and board individually, so two codes are needed for a full board. Sadly, the board code only works once before breaking. Anyone know how to fix this? Key to Board code: 0-Blank square. 1-9-Add a number onto the square. z-Highlight square in red. c-Highlight square in green. x-Put an X on the square. Key to piece code: 0-Empty 1-White pawn 2-White knight 3-White bishop 4-White rook 5-White queen 6-White king q-Black pawn w-Black knight e-Black bishop r-Black rook t-Black queen y-Black king. The code specifically works by starting at h1, and moving up to h8. It then moves down to g1, and goes up to g8. It keeps doing this until it reaches a8. This goes for pieces, and board.
This kind of board will help me in making chess quizzes, and later, I plan to use it to play chess games with you! Please put some codes you like in the comments! Starting piece setup: 410000qr210000qw310000qe610000qy510000qt310000qe210000qw410000qr Empty piece setup: 0000000000000000000000000000000000000000000000000000000000000000 Starting board setup: 0000000000000000000000000000000000000000000000000000000000000000 Number ranks: 1234567812345678123456781234567812345678123456781234567812345678 Number files: 1111111122222222333333334444444455555555666666667777777788888888