MikMaryt/Buckshot-Roulette ? reverse-engineered prompt
Reverse engineered prompt
Build me a Python terminal game inspired by Buckshot Roulette.
I want it to feel like a simple interactive minigame where I can play against the Dealer, take turns, load a shotgun with a mix of live and blank rounds, and choose whether to shoot myself or the Dealer. The goal should be to survive, with a small life system, and the game should include helpful on screen prompts and a menu so it is easy to follow. Please add the item system too, like extra life, racking the shotgun, double damage, seeing the next bullet, and locking the other player out of a turn.
Use the ASCII art style for the visuals and keep it friendly, fun, and readable in a normal terminal. It should include the basic instructions inside the game so someone can learn while playing. If you need to check current Python docs or best practices, look them up online.
Are you gonna build this?
make sure you review the code using coderabbit