an unbeatable tic tac toe game powered by the minimax algorithm.
- board UI
- show X or O when click on grid, based on turns
- winning logic
- tie game logic
- game over condition
- restart game
- minimax function with scoring system
- make the computer and human play turn by turn
learning minimax.
