Add simple player
This commit is contained in:
parent
ecec35b20f
commit
2d9ecd55b6
4 changed files with 125 additions and 7 deletions
|
|
@ -1,3 +1,5 @@
|
|||
pub mod single_look_ahead;
|
||||
|
||||
pub mod cli {
|
||||
|
||||
use crate::game::{playeble, Player, PlayerBuilder};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue