WillFlame14 / hanabi-bot

A bot that plays on the hanab.live interface.
GNU General Public License v3.0
14 stars 9 forks source link

Don't allow deferring bluffs. #310

Closed flackr closed 1 week ago

flackr commented 1 week ago

Bluffs should rarely be deferred. Without implementing the necessary checks for when it might be safe to do so we should disallow it.

flackr commented 1 week ago

Note that take_action will never do this, but this PR makes it so that other players are not allowed to which should improve tempo in some situations.

WillFlame14 commented 1 week ago

Nice, I forgot to consider this. Thanks! :pray: