basically working version

This commit is contained in:
Dmitry Fedotov
2025-04-07 02:04:18 +03:00
parent e84d6c6054
commit 3a00e077d8
4 changed files with 139 additions and 79 deletions

View File

@@ -1,2 +1,2 @@
mod entity;
pub use entity::{Board, Cell, Move, CELL_EMPTY, CELL_O, CELL_X};
pub use entity::{Board, Cell, Move};