fixing cli build
This commit is contained in:
parent
1df1472e20
commit
b15d7b5c38
@ -39,7 +39,7 @@ fn main() {
|
|||||||
info!(" draught");
|
info!(" draught");
|
||||||
info!("======================");
|
info!("======================");
|
||||||
|
|
||||||
let mut game = Game::new(args.width, args.height, args.piece_rows, Team::White, args.search);
|
let game = Game::new(args.width, args.height, args.piece_rows, Team::White, args.search);
|
||||||
|
|
||||||
println!("{}", game.current_board())
|
println!("{}", game.current_board())
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user