After seeing the discussion about board games I've decided to put my chess GUI up here for anyone who wants it.
After installing it with the package manager, you will need to save the .png files in the zip to where you want them, then edit chessboard.file_loc in 'chess' script to point to where you stored them.
You can also edit the position and size in here, as well as the board colours.
Once done, you can show the board with the alias 'chesson', or hide it with 'chessoff'.
Start a game with someone and then use 'display ###' to update the GUI. It will keep track of the board number you are playing on.
To move pieces, click on the piece you want to move, then the square you want to move to and the script should do the rest. To deselect, just click on the same square again. It should also recognise when you want to castle.
If you have any issues, let me know.
Enjoy!
Comments