Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 466 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 466 Bytes

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!