The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Revision history for Games-TicTacToe

0.04    Fri Aug 05 14:25:26 2011
        - Improves the computer move.
        - Slight change to the TicTacToe player script.

0.03    Thu Aug 04 15:38:00 2011
        - Initial board with index number 1-9.
        - Prompt user the remaining available indexes.

0.02    Fri Jul 29 11:02:02 2011
        - Fixed the issue with method renaming getCellIndex() to getCell().
        - Also renamed the script player.pl to tictactoe.pl

0.01    Thu Jul 28 10:00:00 2011
        - First version, released.