• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

examples/H29-Mar-2011-221119

lib/Term/H29-Mar-2011-2,010914

t/H29-Mar-2011-42

ChangesH A D29-Mar-20112.7 KiB8567

MANIFESTH A D29-Mar-2011139 1110

META.ymlH A D29-Mar-2011556 2322

MIGRATIONH A D02-May-20102.7 KiB8965

Makefile.PLH A D02-May-2010549 1310

READMEH A D02-May-2010783 3221

README

1Term::Animation
2============================
3
4This module provides a framework to produce sprite animations using
5ASCII art. Each ASCII 'sprite' is given one or more frames, and
6placed into the animation as an 'animation entity'. An animation
7entity can have a callback routine that controls the position and
8frame of the entity. The module can also do collision detection
9between entities.
10
11INSTALLATION
12
13To install this module type the following:
14
15    perl Makefile.PL
16    make
17    make test
18    make install
19
20DEPENDENCIES
21
22This module requires these other modules and libraries:
23
24    Curses
25
26COPYRIGHT AND LICENCE
27
28Copyright (C) 2003 Kirk Baucom L<kbaucom@schizoid.com>
29
30This library is free software; you can redistribute it and/or modify
31it under the same terms as Perl itself.
32