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.
- Host: GitHub
- URL: https://github.com/anilmisirlioglu/tic-tac-toe-ai
- Owner: anilmisirlioglu
- License: mit
- Created: 2020-12-17T16:36:03.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2020-12-24T19:22:24.000Z (over 4 years ago)
- Last Synced: 2025-03-16T18:11:19.147Z (3 months ago)
- Topics: minimax, tic-tac-toe, tic-tac-toe-ai, tic-tac-toe-game, tic-tac-toe-go, tic-tac-toe-minimax
- Language: Go
- Homepage:
- Size: 28.3 KB
- Stars: 15
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.
![]()
## 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!