basic bot

This commit is contained in:
2026-01-21 20:37:17 -07:00
commit ae7f57d3df
21 changed files with 1354 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
pub struct GameState {
}
impl Default for GameState {
fn default() -> Self {
Self {
}
}
}