improve prop range splitting

This commit is contained in:
2025-01-27 14:30:41 -05:00
parent 6dde0ff29f
commit a1373ec338
3 changed files with 38 additions and 16 deletions

View File

@@ -2,6 +2,7 @@ use repr::{Board, Piece};
mod agent;
mod game;
mod misc;
mod repr;
fn main() {