Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re: Inputing vectors into a scrabble-esque game

by tybalt89 (Monsignor)
on Nov 01, 2019 at 19:28 UTC ( [id://11108233]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    ..........   0000000000
    .......c..   0000000200
    ...
    .e.....r..   0100000200
    ..........   0000000000
    ..........   0000000000
    
  2. or download this
    #!/usr/bin/perl
    
    ...
        while $pat =~ /\w/g;
      return @ans;
      }
    
  3. or download this
    moves: 9  tiles: c g j l n q x
    --------------------chosen: 1 78 coarsen
    ...
    .e.....r..   0100000200
    ..........   0000000000
    ..........   0000000000
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://11108233]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (3)
As of 2024-04-25 17:21 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found