SYNOPSIS
tictactoe
DESCRIPTION
This Tic-Tac-Toe game is written in Ruby, a strictly object-oriented scripting language from Japan.Ruby and Ruby/Gtk are available for both Unix and Windows platforms.
The game implements a simple rule-based AI (easy) and a variation of minimax (negamax, hard).