############################################################################## Games::Console - draw a Quake-style console which allows input and logging
This package provides you with 2D console, which can accept user input and display messages from the application. The console works very much like in the popular ID games.
For some background information, as well reasoning why this was developed and why in this way, browse to:
http://bloodgate.com/perl/sdl/game.html
See the above URL for examples on how to use this code. The distribution contains an example, this uses SDL::App::FPS as a framework. So you will need SDL::App::FPS for the example, but you could also use this module stand-alone.
You need SDL, SDL_image and SDL_perl v1.20.3 to use this. See
http://bloodgate.com/perl/sdl/sdl_perl.html
on how to get the latest version of SDL_perl.
tar -xzf Games-Console-0.02.tar.gz
cpansign -v
perl Makefile.PL
make
make test
su
[enter password]
make install
exit
Please send me test-reports, your experiences with this and your ideas - I love to hear about my work!
Tels <http://bloodgate.com/>