Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 967 Bytes

File metadata and controls

25 lines (17 loc) · 967 Bytes

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 (PyPI) for python, with complete game features & reasonable efficiency.

What is Buckshot Roulette?

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

Sources

Code in this library is developed to match the behaviors of the actual game, using source code decompiled by thecatontheceiling.

Source Code for Singleplayer

Source Code for Multiplayer

Quickstart

pip install buckshot-roulette
from buckshot_roulette import BuckshotRoulette

board = BuckshotRoulette(charge_count=4)