Help for this page

Select Code to Download


  1. or download this
    # To get a random 4x4 board and solve it:
    boggle < dictionary
    ...
    boggle 5 < dictionary
    # To use a specific board:
    boggle gaut prmr dola esic < dictionary
    
  2. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
        }
        die "Impossible";
    }