# GENERATE THE BOARD my @board = shuffle 1 .. 15; splice @board, int rand 16, 0, 0;