split off repr
This commit is contained in:
@@ -1,14 +1,11 @@
|
||||
use game::Game;
|
||||
use piece::Piece;
|
||||
use repr::Piece;
|
||||
|
||||
mod agent;
|
||||
mod bitboard;
|
||||
mod board;
|
||||
mod complexagent;
|
||||
mod game;
|
||||
mod logic;
|
||||
mod misc;
|
||||
mod piece;
|
||||
pub mod repr;
|
||||
|
||||
fn main() {
|
||||
let player1 = complexagent::ComplexAgent::new(Piece::Black);
|
||||
|
||||
Reference in New Issue
Block a user