TricksterCards / TricksterBots

Suggest methods for bots used in Trickster Cards.
MIT License
9 stars 8 forks source link

Spades: Try to set opponents in solo games #249

Open johnson520 opened 3 months ago

johnson520 commented 3 months ago

Bot won't set if it achieved its bid even though another play is going 10 for 200. Example I bid 3 bot bids 2 another bot bids 10 in a 1v1v1 Joker Joker Deuce Deuce. Bot one gets his 2 bid and instead of saving his Ace of spades to set bot 2 who is going 10 for 200 it waits until bot 2 throws out his low Deuce and puts his Ace under it so as not to collect a bag.

antross commented 3 months ago

Dug into this a bit and our logic for determining when we should try to set the opponents is missing and marked as TODO for solo games. Seems like a good thing for us to fix.