Rename movegen module files and make readability improvements
This commit is contained in:
@@ -63,7 +63,7 @@ pub fn negamax(
|
||||
mod tests {
|
||||
use crate::board::{fen::from_fen, square::Square};
|
||||
use crate::evaluation::{MAX_SCORE, MIN_SCORE};
|
||||
use crate::movegen::attack::init_attacks;
|
||||
use crate::movegen::attack_generator::init_attacks;
|
||||
use crate::movegen::r#move::Move;
|
||||
use crate::search::negamax::negamax;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user