antzucaro/XonStat ↗
Created Feb 16, 2021 · View the antzucaro/XonStat repository page
Pyramid application using xonstatdb to parse and store Xonotic statistical data.
Want this for your repo?
Render a free sample of any GitHub repo in seconds.
Contributors
14
Lines of Code
2,483
From
Mar 31, 2011
To
Dec 6, 2020
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.