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:
2021-12-21 21:07:19 +01:00
parent 802b069269
commit 95c0ccfbd2
4 changed files with 83 additions and 44 deletions

View File

@@ -1,4 +1,5 @@
mod board;
mod engine;
mod ui;
fn main() -> Result<(), ()> {