initial elo rating stuff

This commit is contained in:
2025-03-02 22:08:12 -05:00
parent f6c2ef753d
commit 1dd1f3da25
8 changed files with 129 additions and 5 deletions

View File

@@ -1,5 +1,6 @@
mod agent;
mod complexagent;
mod elo;
mod game;
mod game_inner;
pub mod logic;