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
- Host: GitHub
- URL: https://github.com/hugolgst/tictactoe
- Owner: hugolgst
- License: mit
- Created: 2017-10-31T15:49:48.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-19T12:07:35.000Z (almost 7 years ago)
- Last Synced: 2025-03-25T00:17:46.592Z (about 2 months ago)
- Topics: artificial-intelligence, minmax-algorithm, tic-tac-toe
- Language: Ruby
- Homepage:
- Size: 25.4 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```