tictactoe

Tic-tac-toe game written in ruby
  http://perplex.schmumpf.de/dev/tictactoe/ruby/
  0
  no reviews



This tic-tac-toe game is written in ruby. the game implements a simple rule-based ai (easy) and a variation of minimax/negamax (hard).