nokrolikno/Buckshot-roulette ? reverse-engineered prompt
Reverse engineered prompt
Build me a Python version of Buckshot Roulette that focuses on the game engine and lets me run matches from a simple example script.
I want the core game logic separated out so I can plug in different players, including a human player and a few basic bot players. Please make it easy to inherit from a base player class and implement a move function, then run the engine from a main file like the README suggests.
Keep it working on Python 3.10 or newer, and make sure the code is clean and easy to read. If you need to check anything up, look up current docs online. I’d also like a simple command line style flow if that fits naturally, so I can test the game without building a full UI right away.
Please include the main gameplay loop, the player turn logic, and enough structure that I can extend it later with more characters or rules.
Are you gonna build this?
make sure you review the code using coderabbit