mirror of
https://github.com/Noratrieb/minmax.git
synced 2026-01-16 08:15:04 +01:00
yes
This commit is contained in:
parent
6316c6b06e
commit
b4badd4290
9 changed files with 160 additions and 89 deletions
|
|
@ -1,7 +1,4 @@
|
|||
use crate::{
|
||||
board::{Player, State},
|
||||
Board, GamePlayer,
|
||||
};
|
||||
use crate::{Board, GamePlayer, Player, State};
|
||||
|
||||
impl Board {
|
||||
pub fn default_play<X: GamePlayer, O: GamePlayer>() -> Option<Player> {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue