Skip to content

garrywashere/backshots

Repository files navigation

🎯 Backshots

wakatime GitHub code size in bytes

👀 Overview

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.

📸 Screenshots

Index New Round Current Round

🔧 Setup

To run this app locally, follow these steps:

  1. Create and activate a virtual environment
python3 -m venv .venv
source .venv/bin/activate
  1. Install required libraries
pip install -r requirements.txt
  1. Run the app
chmod +x run.sh
./run.sh
  1. Open browser and go to http://localhost:8080

  2. Enjoy.

To stop server just hit ctrl+c in the terminal where it's open