Metadata-Version: 2.1
Name: buckshot-roulette
Version: 0.0.4
Summary: Buckshot Roulette library for python, with complete game features & reasonable efficiency.
Author: Bytestorm
Project-URL: Homepage, https://github.com/Bytestorm5/Buckshot-Roulette-Python
Project-URL: Issues, https://github.com/Bytestorm5/Buckshot-Roulette-Python/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.11
Description-Content-Type: text/markdown

# Buckshot Roulette
> BETA- Things may be broken or not work as intended. If you find something wrong, make a PR or an Issue!

A Buckshot Roulette library for python, with complete game features & reasonable efficiency.

[What is Buckshot Roulette?](https://store.steampowered.com/app/2835570/Buckshot_Roulette/)

Mainly intended for use in developing engines to play the game optimally.

## Quickstart
```
from buckshot_roulette import BuckshotRoulette

board = BuckshotRoulette(charge_count=4)
```
