Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 234 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 234 Bytes

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.