The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 0.11 - 2015-04-10

  • Updated game script slight to improved the flow.
  • Updated method addPlayer() to just add player and do nothing.
  • Updated method isGameOver() to just return 1 or 0 after setting the winner.
  • Added new method result() to Games::TicTacToe to show the result and game board. Also reset the game board, winner and current player back to original.
  • Added new method reset() to Games::TicTacToe::Board.

Modules

Interface to the TicTacToe (nxn) game.
Interface to the TicTacToe game's board.
Interface to the TicTacToe game's move.
Placeholder for parameters for Games::TicTacToe.
Interface to the TicTacToe game's player.