Python-BlackJackBot
Python-BlackJackBot copied to clipboard
Multiplayer with strangers (without group)
- 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 blackjack class can be used, but chat ID must be replaced by game room id, so that messages can be sent to all the players via private message
- max amount of players
- one player is game admin(?!)