mchess-server/chess
Marco 7f206b15fe Pieces are now an interface and starting to enforce rules. 2023-06-20 23:53:54 +02:00
..
bishop.go Pieces are now an interface and starting to enforce rules. 2023-06-20 23:53:54 +02:00
board.go Pieces are now an interface and starting to enforce rules. 2023-06-20 23:53:54 +02:00
chess_move.go Transform communication of moves to api types. 2023-06-02 23:41:43 +02:00
game.go Pieces are now an interface and starting to enforce rules. 2023-06-20 23:53:54 +02:00
king.go Pieces are now an interface and starting to enforce rules. 2023-06-20 23:53:54 +02:00
knight.go Pieces are now an interface and starting to enforce rules. 2023-06-20 23:53:54 +02:00
pawn.go Pieces are now an interface and starting to enforce rules. 2023-06-20 23:53:54 +02:00
piece_interface.go Pieces are now an interface and starting to enforce rules. 2023-06-20 23:53:54 +02:00
player.go Pieces are now an interface and starting to enforce rules. 2023-06-20 23:53:54 +02:00
queen.go Pieces are now an interface and starting to enforce rules. 2023-06-20 23:53:54 +02:00
rook.go Pieces are now an interface and starting to enforce rules. 2023-06-20 23:53:54 +02:00
server.go First changes to move away from central registry of all players 2023-05-31 23:55:40 +02:00