We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The bot currently doesn't play multiple cards at all. There should be a random chance of the bot playing multiple cards when possible.
Things to change:
zhithead/src/bot.ts
Lines 8 to 15 in 8399216
Return an amount of cards when possible at a random chance.
zhithead/src/state/services/bot.service.ts
Lines 17 to 25 in 8399216
Use that value returned by the bot function and pass it to the state machine.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The bot currently doesn't play multiple cards at all. There should be a random chance of the bot playing multiple cards when possible.
Things to change:
zhithead/src/bot.ts
Lines 8 to 15 in 8399216
Return an amount of cards when possible at a random chance.
zhithead/src/state/services/bot.service.ts
Lines 17 to 25 in 8399216
Use that value returned by the bot function and pass it to the state machine.
The text was updated successfully, but these errors were encountered: