/UnbeatableTicTacToe

An unbeatable implementation of Tic Tac Toe in Ruby.

Primary LanguageRuby

Unbeatable Tic Tac Toe

This is an implementation of Tic Tac Toe in Ruby.

It utilizes the Minimax algorithm. You will never win.

At best, you will tie with the computer AI.

Run in it your terminal with the command ruby run.rb.