mchess-server/chess
Marco e478bf46fc wip check if connecting player exists in lobby 2023-12-30 12:55:59 +01:00
..
bishop.go Make en passant and castling work. 2023-07-05 21:15:01 +02:00
board.go Introduce PGN helpers 2023-08-12 11:24:40 +02:00
board_test.go Introduce PGN helpers 2023-08-12 11:24:40 +02:00
free_squares.go Another step towards allowing reconnections 2023-12-09 21:00:52 +01:00
game.go Switch from sending moves to sending state 2023-12-25 17:52:32 +01:00
king.go Introduce PGN helpers 2023-08-12 11:24:40 +02:00
knight.go Make en passant and castling work. 2023-07-05 21:15:01 +02:00
pawn.go code upkeep 2023-10-12 21:03:12 +02:00
pgn.go Add position to websocket message. 2023-08-14 00:05:47 +02:00
pgn_test.go Add position to websocket message. 2023-08-14 00:05:47 +02:00
piece_interface.go Introduce PGN helpers 2023-08-12 11:24:40 +02:00
player.go wip check if connecting player exists in lobby 2023-12-30 12:55:59 +01:00
queen.go Introduce PGN helpers 2023-08-12 11:24:40 +02:00
rook.go Introduce PGN helpers 2023-08-12 11:24:40 +02:00
rook_test.go Another step towards allowing reconnections 2023-12-09 21:00:52 +01:00
violation.go Introduce PGN helpers 2023-08-12 11:24:40 +02:00