Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Inputing vectors into a scrabble-esque game

by Aldebaran (Curate)
on Oct 30, 2019 at 21:12 UTC ( [id://11108138]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use 5.011;
    use Path::Tiny;
    
    ...
    
    
    __END__
    
  2. or download this
    Microsoft Windows [Version 10.0.17763.805]
    (c) 2018 Microsoft Corporation. All rights reserved.
    
    ...
    gimp gip girl glim grim grip imp li limp lip mi mig mil mim mir pi pig
    + prig prim rig rim rip
    
    C:\Users\tblaz\Documents\evelyn>
    
  3. or download this
    my @board;
    foreach my $row(0..14){
        foreach my $col( 0..14 ){
            $board[$row][$col] = { letter => '.', lett_mod => 1, word_mod 
    +=> 1};    
        }
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (6)
As of 2024-04-25 10:56 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found