mchess-server/chess
Marco af993876fd Introduce check if the game has ended (checkmate/stalemate)
Introduce checkmate check and send out 'gameEnded' message
2024-01-17 23:06:48 +01:00
..
bishop.go Introduce check if the game has ended (checkmate/stalemate) 2024-01-17 23:06:48 +01:00
board.go Introduce check if the game has ended (checkmate/stalemate) 2024-01-17 23:06:48 +01:00
board_test.go Introduce check if the game has ended (checkmate/stalemate) 2024-01-17 23:06:48 +01:00
free_squares.go Another step towards allowing reconnections 2023-12-09 21:00:52 +01:00
game.go Introduce check if the game has ended (checkmate/stalemate) 2024-01-17 23:06:48 +01:00
king.go Introduce check if the game has ended (checkmate/stalemate) 2024-01-17 23:06:48 +01:00
knight.go Introduce check if the game has ended (checkmate/stalemate) 2024-01-17 23:06:48 +01:00
pawn.go Introduce check if the game has ended (checkmate/stalemate) 2024-01-17 23:06:48 +01: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 check if the game has ended (checkmate/stalemate) 2024-01-17 23:06:48 +01:00
player.go Introduce check if the game has ended (checkmate/stalemate) 2024-01-17 23:06:48 +01:00
queen.go Introduce check if the game has ended (checkmate/stalemate) 2024-01-17 23:06:48 +01:00
rook.go Introduce check if the game has ended (checkmate/stalemate) 2024-01-17 23:06:48 +01:00
rook_test.go Introduce check if the game has ended (checkmate/stalemate) 2024-01-17 23:06:48 +01:00
violation.go Introduce PGN helpers 2023-08-12 11:24:40 +02:00