A fully-featured, multiplayer Telegram bot to play the classic "International Business" (Monopoly) board game directly in your group chats!
- 🎲 Full Game Board: 36 locations including cities, transports, and tax tiles.
- 🏦 Economy System: Buy properties, mortgage them, and upgrade from houses to hotels!
- 🚓 Jail & Chance Cards: Dynamic card system and 3-turn jail punishments.
- ⏱️ Anti-AFK: Auto-skips inactive players after 60 seconds to keep the game moving.
- 🏆 Global Leaderboards: Persistent MongoDB stats tracking wins, wealth, and bankruptcies.
- 💅 YUKI6 Style Aesthetic: Features colored
Kurigrambuttons, premium custom emojis, font spoilers, and stylish text for a premium feel.
Deploy easily to your favorite cloud provider:
-
Clone the repository:
git clone https://github.com/SUDEEPBOTS/BusinessGameBot.git cd BusinessGameBot -
Install dependencies:
pip install -r requirements.txt
-
Environment Variables: Rename
.env.sampleto.env(or set them directly) and fill in the values:API_ID=your_api_id API_HASH=your_api_hash BOT_TOKEN=your_bot_token MONGO_DB_URI=your_mongodb_uri OWNER_ID=your_telegram_id LOGGER_ID=your_log_channel_id
-
Run the bot:
python3 -m BUSINESS
Pull requests are welcome! If you'd like to add new chance cards, new properties, or fix bugs, feel free to fork the repository and submit a PR.
This project is licensed under the MIT License.
Developed with ❤️ by SUDEEPBOTS