Play against an MCTS connect4 agent in your terminal.
Includes two agents that play connect4.
- Random agent that makes random moves.
- MCTS agent that simulates thousands of games to pick the best move.
- Rust (see rustup for installation)
cargo run --release
Run it in release mode. More games are simulated so the agent is smarter.