The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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

  • Add button to toggle animations on/off

  • Add buttons to zoom the board in and out

  • Add colors for 256-color terminals

  • Abstract input system to allow for AI or replay input

  • Test on more systems and terminals

AUTHOR

Blaise Roth <blaizer@cpan.org>

LICENSE AND COPYRIGHT

This software is Copyright (C) 2014 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.