Tic-Tac-Toe-AI icon indicating copy to clipboard operation
Tic-Tac-Toe-AI copied to clipboard

Invincible AI written in Go for Tic Tac Toe game.

Tic-Tac-Toe-AI

Invincible AI based on Minimax algorithm, written in Go for Tic Tac Toe game.

Tic Tac Toe AI

Installation & Test

  1. First, install repository

    git clone https://github.com/anilmisirlioglu/Tic-Tac-Toe-AI && cd Tic-Tac-Toe-AI
    
  2. Then, run it.

    go run .
    
  3. Finally, enjoy!