-
-
30 May 2015 15:30:25 UTC
- Distribution: Games-2048
- Module version: 0.10
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Issues
- Testers (384 / 0 / 16)
- Kwalitee
Bus factor: 0- 33.65% Coverage
- License: perl_5
- Perl: v5.12.0
- Activity
24 month- Tools
- Download (40.49KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- File::HomeDir
- Moo
- Term::ReadKey
- strictures
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
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.
Module Install Instructions
To install Games::2048, copy and paste the appropriate command in to your terminal.
cpanm Games::2048
perl -MCPAN -e shell install Games::2048
For more information on module installation, please visit the detailed CPAN module installation guide.