SuperJacker - Telegram Bot
A game implemented similar to Blackjack.
The user initially either registers or logs into an existing account.
After that, they can view their account, top up their balance, start a game, or log out.
All user data is stored in the DataBase.
-- Game Process --
At the very beginning, the user is dealt 3 random cards, they can choose to take another card or fight the opponent. If the sum of the cards exceeds 21, the player automatically loses.
Opponent. The player's opponent is a bot who is also dealt cards at the start of the game. Based on AI logic, the bot decides whether to take another card. If the bot's total exceeds 21, the player automatically wins.
----------------------------------------
What was used in the project:
- Artificial intelligence integration
- Databases
- Logging and tracking users who have logged in
- Debugging unforeseen errors
The user initially either registers or logs into an existing account.
After that, they can view their account, top up their balance, start a game, or log out.
All user data is stored in the DataBase.
-- Game Process --
At the very beginning, the user is dealt 3 random cards, they can choose to take another card or fight the opponent. If the sum of the cards exceeds 21, the player automatically loses.
Opponent. The player's opponent is a bot who is also dealt cards at the start of the game. Based on AI logic, the bot decides whether to take another card. If the bot's total exceeds 21, the player automatically wins.
----------------------------------------
What was used in the project:
- Artificial intelligence integration
- Databases
- Logging and tracking users who have logged in
- Debugging unforeseen errors