Add simple player

This commit is contained in:
hal8174 2025-07-13 22:27:26 +02:00
parent ecec35b20f
commit 2d9ecd55b6
Signed by: hal8174
SSH key fingerprint: SHA256:JwuqS+eVfISfKr+DkDQ6NWAbGd1jFAHkPpCM1yCnlTs
4 changed files with 125 additions and 7 deletions

View file

@ -1,3 +1,5 @@
pub mod single_look_ahead;
pub mod cli {
use crate::game::{playeble, Player, PlayerBuilder};