Python-BlackJackBot
Python-BlackJackBot copied to clipboard
A Telegram bot written in Python to play the game BlackJack alone or with your friends
winning rate now is so close to 50% how can I reduce this they are playing with real money and that sucks:)
- Users can get money, if they play once per day - player class needs variable for the user's bet - in evaluation money needs to be given to the...
1) Play a in-chat multiplayer game 2) After it ends the keyboard stays
When a multiplayer game is being created and there are not enough players after 5 minutes it should be stopped. If there are enough players, the game will be started.
In multiplayer games it can be frustrating when dealing with AFK players. To prevent that from happening, there should be a timer that skips players who are not participating. Default...
Currently the bot can only send messages via PM or groups (via update.message.reply_text from PTB). This is a limiting factor for "direct multiplayer" games.
That way users could open game rooms and play with strangers
- Matching mechanism - Unique game-room IDs - Join a game-room via ID - Game room class with list of user IDs - Game rooms can be private - Normal...