Click on a piece to select it, then click on one of the yellow/blue squares to move it. Check & checkmate rules don't apply; capture the king to win. Blue squares indicate a special move (pawn moving 2 squares, castling, promotion or en passant) I'm probably not gonna implement cloud multiplayer, but feel free to remix this to include it if you want
I decided to code Chess in Scratch, and by some stroke of luck it worked Feel free to remix and code some chess variants; I'm planning to make some myself This definitely has at least 1 bug I didn't implement check because it would be kinda hard to code Updates: 4/2/2021 8:06 PM (21w13a): When castling, the king now moves first (whereas previously the rook moved first). 3/29/2021 8:09 AM (21w12a): Decided I should have a version number so now I'm using Minecraft snapshot-style naming ([last 2 digits of year]w[week of year][letter]) 3/22/2021 5:29 PM: Fixed a bug where a pawn captured by en passant would not be removed on capture, but would be invisible. 3/22/2021 5:39 PM: Fixed a bug where sometimes en passant wouldn't capture the enemy piece. Features: - Promotion - Castling - En Passant (I kinda hacked it together so it probably definitely probably has bugs)