Move some functionality into the new Engine mod
This will help with separating the "thinking" logic from the move rules and stuff.
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
mod board;
|
||||
mod engine;
|
||||
mod ui;
|
||||
|
||||
fn main() -> Result<(), ()> {
|
||||
|
||||
Reference in New Issue
Block a user