Bowarc / chess_game

A multiplayer chess game made with ggez
1 stars 1 forks source link

Desync on chess eat #46

Closed Bowarc closed 10 months ago

Bowarc commented 10 months ago

When eating an enemy piece, the moving piece type gets switch randomly between it's actual type and the eaten type

This makes fun interaction where your queen eats a rook and becomes a rook But only on one client! And it sometimes flip on update

I think it's something like the piece is not correctly removed from the pieces hashmap in board