Skip to content

YourBoyRory/BuckShot-Helper

Repository files navigation

BuckShot Roulette Helper

BuckShot Helper is designed to assist players of the game BuckShot Roulette by keeping track of live and blank rounds. It allows you to visually represent the rounds, helping you mark known and possible rounds. This tool is perfect for organizing your game strategy and keeping track of the action.

Features

  • Live Round Counter: Track the number of live rounds in the game.
  • Blank Round Counter: Track the number of blank rounds.
  • Visual Representation: See a graphical representation of rounds.
  • Mark Known Rounds: Easily mark rounds that you know are live or blank.
  • Mark Possible Rounds: Mark rounds that might be live or blank based on your game progress.

Installation

Install Stand Alone (Windows and Linux)

Download and extract the package for your platform in the Releases Tab and run the stand alone binary

Install from Git (Windows and Linux)

To use the BuckShot Roulette Helper, follow these steps:

  1. Clone the repository:

    git clone https://github.com/YourBoyRory/BuckShot-Helper.git
  2. Navigate to the project directory:

    cd BuckShot-Helper
  3. Install required dependencies:

    pip install -r requirements.txt

Usage

Starting the Program with Python

To start the program, simply run the following command:

python BuckShotHelper.py

This will launch the application and bring up the interface where you can begin tracking your rounds.

Main Interface

  1. Live Round Counter: Displays the current number of live rounds. Each time you mark a round as "live," this number will update.
  2. Blank Round Counter: Displays the current number of blank rounds. Each time you mark a round as "blank," this number will update.
  3. Round Visualization: A visual representation of rounds will show up as a sequence of boxes or circles. Live rounds are marked with one color, while blank rounds are marked with another. You can click on each to mark them accordingly.

Marking Known and Possible Rounds

  • Marking a Round as Live: Click on a round to mark as Live.
  • Marking a Round as Blank: Click on a round twice to mark as Blank.
  • Marking a Possible Round: You can also mark rounds as possible by right clicking them.

This command will open the visual interface that represents rounds, allowing for easier tracking and marking.


Happy playing, and may the odds be in your favor! 🎯