It generates several webpages containing statistics about the games played from the games.log generated by a Quake3:Arena server.
This app uses a Sinatra web server to show you the infos.
To initialize the app it is very easy:
- git clone git@github.com:luizfilho/q3stats.git
- bundle install
- ruby sinatra
You can define the games.log filepath inside the log_parser.rb.
HAVE FUN!