perlmine.pl

Langue: en

Version: 2007-11-22 (fedora - 01/12/10)

Section: 1 (Commandes utilisateur)

NAME

perlmine - A game to clear hidden mines from a minefield

SYNOPSIS

perl perlmine.pl

DESCRIPTION

An example of config file:
    # -*- perl -*-
    # ~/.perlmine
    use utf8;
    %Config = (
        %Config,
        rows => 10,
        cols => 10,
        mines => 10,
        image_directory => '/usr/share/pixmaps/gnomine',
        name => 'a°XXaeXXa°XX',
    );