A text-based text adventure suite featuring criminal risk engine games, dynamic inventory purchases, and a shared persistent casino currency simulator. Built natively using modular Python layout architectures.
- Underworld Betting (High-Low): Test your luck in a card counting gambling house. Try out Double or Nothing mechanics to scale up your cash stack, but watch out—going broke ends your run.
- Black Market: Buy items like the Safety Vest to tip the survival scale rules in your favor.
- Russian Roulette: The ultimate high-stakes gamble. Survive up to 6 unpredictable trigger pulls against an automated computer alias.
main.py- The game launch pad and execution engine menu interface.market.py- The global data storage containing yourwalletledger and shop metrics.betting.py- The logic rule processing behind the high-low card game.russian_roulette.py- The match handler for the survival round simulator.
- Open a terminal and navigate to the project root directory.
- Run the program using Python 3:
python main.py
This project is licensed under the terms of the MIT License - see the MIT License file for details..