.. |
bishop.go
|
Introduce check if the game has ended (checkmate/stalemate)
|
2024-01-17 23:06:48 +01:00 |
board_castling_test.go
|
Fix a bug that allowed castling even if squares were attacked
|
2024-04-09 21:48:27 +02:00 |
board_test.go
|
Introduce check if the game has ended (checkmate/stalemate)
|
2024-01-17 23:06:48 +01:00 |
board.go
|
Fix a bug that allowed castling even if squares were attacked
|
2024-04-09 21:48:27 +02: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
|
Fix a bug that allowed castling even if squares were attacked
|
2024-04-09 21:48:27 +02:00 |
knight.go
|
Introduce check if the game has ended (checkmate/stalemate)
|
2024-01-17 23:06:48 +01:00 |
pawn.go
|
Fix a bug that allowed castling even if squares were attacked
|
2024-04-09 21:48:27 +02:00 |
pgn_test.go
|
Add position to websocket message.
|
2023-08-14 00:05:47 +02:00 |
pgn.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_test.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 |
violation.go
|
Fix a bug that allowed castling even if squares were attacked
|
2024-04-09 21:48:27 +02:00 |