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