NAME
Games::Roguelike::Console::Dump - fake console that dumps to file, for testing
SYNOPSIS
use Games::Roguelike::Console::Dump;
$con = Games::Roguelike::Console::Dump->new(keys=>'qY', file=>'/dev/null');
DESCRIPTION
Fake console that dumps screens to file, used for testing game scripts without needing "curses" support.
Notably, the new function takes a keystroke string and a file as arguments.
Inherits from Games::Roguelike::Console. See Games::Roguelike::Console for list of methods.