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

https://github.com/hugolgst/tictactoe

TicTacToe game built with the MinMax algorithm
https://github.com/hugolgst/tictactoe

artificial-intelligence minmax-algorithm tic-tac-toe

Last synced: about 1 month ago
JSON representation

TicTacToe game built with the MinMax algorithm

Awesome Lists containing this project

README

        

# Unbeatable tic-tac-toe intelligence
This is an unbeatable artificial intelligence for tic-tac-toe.

## Installation
Firstly clone the repository:
```
$ git clone https://github.com/AnanaGame/tictactoe.git
```

And start the `main.rb`
```
$ ruby tictactoe/lib/main.rb
```