Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

YAMineSweeper

by giulienk (Curate)
on Jan 16, 2002 at 14:02 UTC ( [id://139163]=CUFP: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    #                  Usage: ./mine.pl [dimension]                       
    +   #
    ...
    #if you want to place a flag where you think there is a mine use "x 3 
    +4" #
    
    use strict;
    
  2. or download this
    my $dimension = $ARGV[0] || 10;
    
    ...
            check_square($x, $y);
        }
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others exploiting the Monastery: (8)
As of 2024-04-23 07:49 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found