NAME
arrange-number - Arrange number game
VERSION
This document describes version 0.05 of arrange-number (from Perl distribution Games-ArrangeNumber), released on 2015-01-03.
SYNOPSIS
% arrange-number     ; # default board size is 4
% arrange-number -s 5; # set board size (3-7)
% arrange-number --help
% arrange-number --version
Example of game display
Moves:  58   | Time: 23
+-------+-------+-------+
|       |       |       |
|   3   |   5   |   2   |
|       |       |       |
+-------+-------+-------+
|       |       |       |
|   1   |   4   |   6   |
|       |       |       |
+-------+-------+-------+
|       |       |       |
|   8   |       |   7   |
|       |       |       |
`-------+-------+-------'
HOMEPAGE
Please visit the project's homepage at https://metacpan.org/release/Games-ArrangeNumber.
SOURCE
Source repository is at https://github.com/sharyanto/perl-Games-ArrangeNumber.
BUGS
Please report any bugs or feature requests on the bugtracker website https://rt.cpan.org/Public/Dist/Display.html?Name=Games-ArrangeNumber
When submitting a bug or request, please include a test-file or a patch to an existing test-file that illustrates the bug or desired feature.
AUTHOR
perlancar <perlancar@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2015 by perlancar@cpan.org.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.