Bump version and update Changes
[nethack-naodash.git] / README
CommitLineData
90d9e1ee 1NetHack-NAOdash version 0.002
01ba3ddc
MG
2=============================
3
4NetHack is a roguelike (a kind of video game) and NAO
5(http://alt.org/nethack/) is a popular NetHack public server.
6
7NetHack::NAOdash is a library that analyzes the games played by a user
8on NAO and extracts some statistics from them. One use case is
9answering the question "What should I play in NetHack now?". Besides
10NAO, it works on any NetHack installation that supports extended
11logfiles.
12
13This distribution also includes a web interface to the library
14(App::Web::NAOdash) and a command-line interface (App::NAOdash).
15
16INSTALLATION
17
18To install this module type the following:
19
20 perl Makefile.PL
21 make
22 make test
23 make install
24
25DEPENDENCIES
26
27This module requires these other modules and libraries:
28
29* File::Slurp
30* HTML::TreeBuilder
31* JSON::MaybeXS
32* Plack
33* Term::ANSIColor
34* Text::XLogfile
35
36COPYRIGHT AND LICENCE
37
38Copyright (C) 2015 by Marius Gavrilescu
39
40This library is free software; you can redistribute it and/or modify
41it under the same terms as Perl itself, either Perl version 5.20.2 or,
42at your option, any later version of Perl 5 you may have available.
43
44
This page took 0.010467 seconds and 4 git commands to generate.