/tictactoe-with-ai

A TicTacToe CLI game with a computer AI that uses the Minimax algo. See https://github.com/gnfisher/ttt-with-ai-project-v-000 for a version with commit history.

Primary LanguageRuby

Tic Tac Toe with AI

This CLI application uses the Minimax algorithm to power the AI.

Playing options:

  • Two players
  • One player versus computer AI
  • Computer AI versus computer AI