Parse FEN string into game state
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
pub mod board;
|
||||
pub mod fen;
|
||||
pub mod game;
|
||||
pub mod r#move;
|
||||
|
||||
use game::Game;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user