A tracker web app for Buckshot Roulette, designed to compensate for my poor short-term memory and math skills. It’s also perfect for players aiming to 100% the game or for tryhards looking to dominate multiplayer and annoy their friends.
To run this app locally, follow these steps:
- Create and activate a virtual environment
python3 -m venv .venv
source .venv/bin/activate- Install required libraries
pip install -r requirements.txt- Run the app
chmod +x run.sh
./run.sh-
Open browser and go to
http://localhost:8080 -
Enjoy.
To stop server just hit
ctrl+cin the terminal where it's open


