NetHack::FOV 0.01

NetHack::FOV is a field-of-view implementation that is bug-compatible with NetHack. That is, you give it a map and a viewpoint, and it tells you which locations you could see on said map if you were standing at the viewpoint in a game of NetHack. It's expected to be useful for people who need to second-guess the NetHack view algorithm, such as bot writers.

If you are writing a game of your own, you don't want this module, unless you want to copy all of NetHack's view bugs.

MAJOR CHANGES

0.01: first version

INSTALLATION

To install this module, run the following commands:

perl Makefile.PL
make
make test
make install

SUPPORT AND DOCUMENTATION

After installing, you can find documentation for this module with the perldoc command.

perldoc NetHack::FOV

You can also look for information at:

Search CPAN

http://search.cpan.org/dist/NetHack-FOV

CPAN Request Tracker:

http://rt.cpan.org/NoAuth/Bugs.html?Dist=NetHack-FOV

AnnoCPAN, annotated CPAN documentation:

http://annocpan.org/dist/NetHack-FOV

CPAN Ratings:

http://cpanratings.perl.org/d/NetHack-FOV

COPYRIGHT AND LICENSE

Copyright (C) 2008 Stefan O'Rear

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.