I am begining to work on a project that can take Algebraic Chess Notation and show a chess board with pieces moving around. Any thoughts or sugestions?
Offline
Not a bad idea! I reccomend using the chess board Paddle2See made though. Then as you make moves, it will add it to the lists.
Offline
midnightleopard wrote:
I am begining to work on a project that can take Algebraic Chess Notation and show a chess board with pieces moving around. Any thoughts or sugestions?
This should really go in the advanced topics thread.But I think you could use lists and at least 64 if blocks to represent the notation,and you could use a script that would round the mouses position to the square.If you click on that square,than a sprite would check that the move is legal.If it is,than the piece can move with the "glide_ seconds to" block.
Offline