Varga Dávid Lajos
|
f9a302c9a0
|
implemented method add_checker for CheckInfo in bitboard::checkinfo.rs
|
2025-11-15 12:40:52 +01:00 |
|
Varga Dávid Lajos
|
ad530e9155
|
added constructor for struct CheckInfo in bitboard::checkinfo.rs
|
2025-11-15 12:39:35 +01:00 |
|
Varga Dávid Lajos
|
182aa59ee1
|
defined shape of struct CheckInfo in bitboard::checkinfo.rs
|
2025-11-15 12:37:47 +01:00 |
|
Varga Dávid Lajos
|
296f1f6c3a
|
added file and module structure for checkinfo.rs
|
2025-11-15 12:36:11 +01:00 |
|
Varga Dávid Lajos
|
f7355f8e74
|
implemented use of calc_pinned_squares in board.rs
|
2025-11-15 12:33:18 +01:00 |
|
Varga Dávid Lajos
|
cd58a7a321
|
added methods for detecting pinned pieces
|
2025-11-15 12:30:01 +01:00 |
|
Varga Dávid Lajos
|
2beb8ab303
|
added file and module structure for bitboard::legality.rs
|
2025-11-15 10:31:02 +01:00 |
|
Varga Dávid Lajos
|
5425ccc5cd
|
added partial constructor for starting from a fen position
|
2025-11-15 10:26:31 +01:00 |
|
Varga Dávid Lajos
|
1104c8e6c5
|
added helper method for fen parsing to utils.rs
|
2025-11-15 10:21:00 +01:00 |
|
Varga Dávid Lajos
|
274ffcf5ec
|
added method to get the current square of a king
|
2025-11-15 10:14:37 +01:00 |
|
Varga Dávid Lajos
|
5854dbc20b
|
set each field to pub(in super) for later use
|
2025-11-15 10:12:52 +01:00 |
|
Varga Dávid Lajos
|
f36a196b2f
|
added getters for fields
|
2025-11-15 10:11:34 +01:00 |
|
Varga Dávid Lajos
|
11f26809df
|
used calc_occupancy and calc_piece_board methods in the initial state constructor
|
2025-11-15 10:07:23 +01:00 |
|
Varga Dávid Lajos
|
c88fbe68e3
|
added and used necessary methods the initial state constructor
|
2025-11-15 10:06:12 +01:00 |
|
Varga Dávid Lajos
|
7f4c53ddb7
|
added partial constructor for initial board state to board.rs
|
2025-11-15 10:03:24 +01:00 |
|
Varga Dávid Lajos
|
38b38845d6
|
added constructor for clear board to board.rs
|
2025-11-15 09:58:38 +01:00 |
|
Varga Dávid Lajos
|
66dd2877b2
|
defined board representation shape in board.rs
|
2025-11-15 09:56:17 +01:00 |
|
Varga Dávid Lajos
|
3cd53c7d70
|
added file and module structure for board representation
|
2025-11-15 09:51:07 +01:00 |
|