Major refactor

This commit is contained in:
cool-mist
2026-03-14 00:41:33 +05:30
parent 810a4cb33c
commit 3cb08bf08e
11 changed files with 413 additions and 340 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ pub struct Board {
max_moves_per_piece: u32,
}
#[derive(PartialEq, Eq, Debug, Clone)]
#[derive(PartialEq, Eq, Debug, Clone, Copy)]
pub enum BoardState {
NotStarted,
InProgress,