NAME
Games::2048 - An ASCII clone of the 2048 game
SYNOPSIS
use Games::2048;
Games::2048->new->run;
DESCRIPTION
This module is a full clone of the 2048 game by Gabriele Cirulli. It runs at the command-line, complete with controls identical to the original, a colorful interface, and even some text-based animations! It should work on Linux, Mac, and Windows.
Once installed, run the game with the command:
2048
TODO
Add slide and merge animations
Test on more systems and terminals
AUTHOR
Blaise Roth <blaizer@cpan.org>
LICENSE AND COPYRIGHT
This software is Copyright (C) 2015 by Blaise Roth.
This is free software; you can redistribute and/or modify it under the same terms as the Perl 5 programming language system itself.
See http://dev.perl.org/licenses/ for more information.