/tic-tac-Rust

Simple terminal based tic-tac-toe game in rust which uses minimax algorithm for the AI player moves.

Primary LanguageRust

Tic-Tac-Toe

Simple terminal based tic-tac-toe game in rust which uses minimax algorithm for the AI player moves.

Demo

Demo GIF

todo

  • Use Alpha beta pruning for optimizations