mchess-server/chess
Marco c8407881bf Promotions should work now. 2023-07-03 19:32:39 +02:00
..
bishop.go Check which color should be moving and fix knight moves. 2023-06-27 23:47:24 +02:00
board.go Fix king moves and fix formatting. 2023-06-28 11:39:44 +02:00
board_test.go Promotions should work now. 2023-07-03 19:32:39 +02:00
chess_move.go Transform communication of moves to api types. 2023-06-02 23:41:43 +02:00
free_squares.go Fix king moves and fix formatting. 2023-06-28 11:39:44 +02:00
game.go Implement en passant and much more! 2023-06-26 00:51:20 +02:00
king.go Fix king moves. 2023-06-28 08:32:17 +02:00
knight.go many many changes again. 2023-06-27 22:32:24 +02:00
pawn.go Promotions should work now. 2023-07-03 19:32:39 +02:00
piece_interface.go Promotions should work now. 2023-07-03 19:32:39 +02:00
player.go Make some minor changes for private games. 2023-06-29 22:20:41 +02:00
queen.go many many changes again. 2023-06-27 22:32:24 +02:00
rook.go many many changes again. 2023-06-27 22:32:24 +02:00
rook_test.go many many changes again. 2023-06-27 22:32:24 +02:00
server.go First changes to move away from central registry of all players 2023-05-31 23:55:40 +02:00