Python-BlackJackBot icon indicating copy to clipboard operation
Python-BlackJackBot copied to clipboard

A Telegram bot written in Python to play the game BlackJack alone or with your friends

Results 12 Python-BlackJackBot issues
Sort by recently updated
recently updated
newest added

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...

feature-request

1) Play a in-chat multiplayer game 2) After it ends the keyboard stays

bug

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.

Rework 2020

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...

Rework 2020

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.

Rework 2020

That way users could open game rooms and play with strangers

enhancement

- 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...