Skip to content

Raibaz/bzrank-gui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BZRANK-GUI

A web application to visualize the BZFlag stats as stored by bzrank-feeder.

Screenshot

This implementation works with a MongoDB behind a Sleepy Mongoose, and currently displays the following charts:

  • Kills made
  • Kills received
  • Shots attempted
  • Shot efficiency (Kills/shots)
  • Flag efficiency (Kills percentage for each flag)
  • Best nemeses (times the same player killed the same victim)
  • Most picked up useful flags, to detect if any player is luckier than others
  • Games played

All of the charts can show data for the last game played, for all the games logged as an aggregate, or weighted for the number of games each player has played.

Known issues

The weighting on the number of games played is not very accurate, as it counts the number of playerjoin events instead of the actual number of games a user has played; thus, if a user leaves a game and then rejoins it, it will be counted as two games played, possibly biasing his/her stats.

About

An HTML viewer for BZFlag stats

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published