Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re: The 15 Puzzle

by Tux (Canon)
on Jun 10, 2020 at 09:27 UTC ( [id://11117896]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    # GENERATE THE BOARD
    my @board = shuffle 1 .. 15;
    splice @board, int rand 16, 0, 0;
    
  2. or download this
    use 5.18.3;
    use warnings;
    ...
        }
    
    say "You've solved it!"
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (7)
As of 2024-04-19 09:05 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found