anilmisirlioglu / Tic-Tac-Toe-AI

Invincible AI written in Go for Tic Tac Toe game.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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!

About

Invincible AI written in Go for Tic Tac Toe game.

License:MIT License


Languages

Language:Go 100.0%