stuff
This commit is contained in:
6
src/game.rs
Normal file
6
src/game.rs
Normal file
@@ -0,0 +1,6 @@
|
||||
use crate::{agent::Agent, repr::Board};
|
||||
|
||||
pub struct Game {
|
||||
players: [Box<dyn Agent>; 2],
|
||||
board: Board,
|
||||
}
|
||||
Reference in New Issue
Block a user