Animal Fight Chess Game(斗兽棋) written in rust.
To win the game, one player must successfully move any animal into the Den(兽穴) of the opponent. See rules:
git clone https://github.com/netcan/AnimalChess.git
cd AnimalChess
cargo run --release
- Seperate
game.rs
togui.rs
andboard.rs
- Add
Monte Carlo Tree Search
Algorithm - benmark board operation