This commit is contained in:
2025-01-28 15:05:47 -05:00
parent 9f6be9b669
commit f18fedd5cc
3 changed files with 2 additions and 5 deletions

View File

@@ -1,10 +1,10 @@
use crate::{
agent::Agent,
board::{Board, BOARD_SIZE},
misc::{offsets, split_from},
misc::offsets,
piece::Piece,
};
use rand::{seq::IteratorRandom, Rng};
use rand::seq::IteratorRandom;
pub struct ComplexAgent {
color: Piece,