mchess-server/chess
Marco 3d4fee2631 Refactor a itsy bitsy tiny bit and add rook moves. 2023-06-26 23:58:40 +02:00
..
bishop.go Many many changes 2023-06-25 16:11:29 +02:00
board.go Refactor a itsy bitsy tiny bit and add rook moves. 2023-06-26 23:58:40 +02:00
board_test.go Refactor a itsy bitsy tiny bit and add rook moves. 2023-06-26 23:58:40 +02:00
chess_move.go Transform communication of moves to api types. 2023-06-02 23:41:43 +02:00
free_squares.go Refactor a itsy bitsy tiny bit and add rook moves. 2023-06-26 23:58:40 +02:00
game.go Implement en passant and much more! 2023-06-26 00:51:20 +02:00
king.go Many many changes 2023-06-25 16:11:29 +02:00
knight.go Many many changes 2023-06-25 16:11:29 +02:00
pawn.go Refactor a itsy bitsy tiny bit and add rook moves. 2023-06-26 23:58:40 +02:00
piece_interface.go Implement en passant and much more! 2023-06-26 00:51:20 +02:00
player.go Many many changes 2023-06-25 16:11:29 +02:00
queen.go Many many changes 2023-06-25 16:11:29 +02:00
rook.go Refactor a itsy bitsy tiny bit and add rook moves. 2023-06-26 23:58:40 +02:00
rook_test.go Refactor a itsy bitsy tiny bit and add rook moves. 2023-06-26 23:58:40 +02:00
server.go First changes to move away from central registry of all players 2023-05-31 23:55:40 +02:00