in reply to Pugs Tic Tac

mkirank, dragonchild,

I have refactored the code to be even more perl6-ish. Some of the changes include using a junction instead of the %entered hash, adding argument and return type signatures to the print_board function, and improving the 'for' loop to use multiple topics (for (@b) -> $x, $y, $z { }) when printing the board.

You can see the changes here.

-stvn