|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
tic-tac-toe game are implemented
correctely.tic-tac-toe board that contains
no piece at all.tic-tac-toe game.game
based on the settings and class names specified in an XML file.player to evaluate the state of a game.game.player's move in a game.game using the minimax
algorithm with alpha-beta pruning and a cutoff.move in a tic-tac-toe game.tic-tac-toe game
Collection with the set of all
currently legal moves.
tic-tac-toe board that contains
an O.player's currenly playing a game of
tic-tac-toe.configuration file that contains the information specifying
the game you want to play, and the player's that you want to play.move from this board's stack.
move to this board's stack.
move to this board's stack.
move and then
adds that move onto this board's stack.
move to this board's stack.
players that will be playing this game.
board into an invalid state.player to take an illegal turn.tic-tac-toe board that contains
an X.
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||