A simple CLI tool to learn and practice Rust, designed to be a chess opening book. The app shows frequencies of moves at a given depth, allowing for traversal down and up the tree.
-
⬇️ Clone the repository to your local machine
git clone git@github.com:EpictetusZ1/opening_tree.git
-
📂 Navigate to the project directory on your local machine
cd opening_tree
-
Use either
cargo build
orcargo run
to start the opening book -
Enter a chess game file (PGN) to start the opening book
-
Navigate down the tree by entering the desired move,
..
to go back up, orexit
to exit the program