Rename movegen module files and make readability improvements

This commit is contained in:
stefiosif
2024-09-15 11:25:22 +03:00
parent 062a2fe903
commit 6badbcd776
12 changed files with 57 additions and 51 deletions

View File

@@ -194,7 +194,7 @@ mod tests {
use crate::{
board::{fen::from_fen, square::Square},
interface::uci::{parse_command, Command},
movegen::{attack::init_attacks, r#move::Move},
movegen::{attack_generator::init_attacks, r#move::Move},
};
use super::uci_go;