clientcommands
clientcommands copied to clipboard
Implement multiplayer chess
I have implemented multiplayer chess over the C2C packets protocol. The PR is still a draft, as some chess rules are missing and because I'm waiting for #485 to be merged. The chess itself is a very basic implementation of chess using a two-dimensional piece array. The assets for the pieces are based on assets from opengameart.org, let me know if that's legally allowed.