An open API service indexing awesome lists of open source software.

https://github.com/anilmisirlioglu/tic-tac-toe-ai

Invincible AI written in Go for Tic Tac Toe game.
https://github.com/anilmisirlioglu/tic-tac-toe-ai

minimax tic-tac-toe tic-tac-toe-ai tic-tac-toe-game tic-tac-toe-go tic-tac-toe-minimax

Last synced: 3 months ago
JSON representation

Invincible AI written in Go for Tic Tac Toe game.

Awesome Lists containing this project

README

        

# Tic-Tac-Toe-AI
Invincible AI based on [Minimax](https://en.wikipedia.org/wiki/Minimax) algorithm, written in Go for Tic Tac Toe game.


Tic Tac Toe AI

## Installation & Test

1. First, install repository
```sh
git clone https://github.com/anilmisirlioglu/Tic-Tac-Toe-AI && cd Tic-Tac-Toe-AI
```

2. Then, run it.
```sh
go run .
```

3. Finally, enjoy!