Commit Graph

5 Commits

Author SHA1 Message Date
Marco 51d959b01f code upkeep 2023-10-12 21:03:12 +02:00
Marco ff2ec599fe Introduce PGN helpers
In order to simplify special moves like en passant or castling for the
client, we want to deliver the board state after every move (and not
only start square and end square).

With PGN we can encode a chess position into a string.
This commit implies changes to logic of the pieces' shortnames. This
will break the client/server connection (at least for promotions).
2023-08-12 11:24:40 +02:00
Marco c8407881bf Promotions should work now. 2023-07-03 19:32:39 +02:00
Marco f79e5be008 Implement en passant and much more! 2023-06-26 00:51:20 +02:00
Marco 9793c37582 Many many changes 2023-06-25 16:11:29 +02:00