Package net.bluebones.tictactoe

Interface Summary
Player Interface to be implemented by players for the game of TicTacToe.
 

Class Summary
AI Implementation of Minimax with alpha-beta pruning AI.
Board Methods that work on a tictactoe board.
Boring A very stoopid AI player for TicTacToe.
Game  
Human Implementation of Player that allows for a human to play via STDIN.
Move Represents a move in a game of tic-tac-toe.
TicTacToe Mother class for the net.bluebones.tictactoe package.