github.com/antzucaro/XonStat ↗
Pyramid application using xonstatdb to parse and store Xonotic statistical data.
Open this visualization on its own page →
Contributors
14
Lines of Code
2,483
From
2011-03-31
To
2020-12-06
About antzucaro/XonStat
XonStat is a Pyramid web application that collects and displays statistical data from Xonotic, an open-source first-person shooter game. The application receives game statistics submitted by Xonotic servers and stores them in a database managed by the separate xonstatdb project, making player performance metrics and game data publicly accessible and queryable.
The project is designed to integrate directly with Xonotic servers through a simple configuration variable that points servers to the application's stats submission endpoint. Players and server administrators can then view detailed statistics about matches, player performance, and other gameplay metrics. The application uses SQLAlchemy for database operations and runs on the Pyramid web framework, making it relatively lightweight and straightforward to deploy either in development or production environments.