Rust implementation of negamax + alpha/beta pruning 2-ply game with optimal strategy for both players coded in rust.
Adapted from https://stackoverflow.com/questions/77446399/how-to-properly-implement-minimax-ai-for-tic-tac-toe.
alelouis/tictactoe-negamax-alpha-beta-rust
Rust implementation of negamax + alpha/beta pruning game with optimal strategy for both players coded in rust.
Rust