WillFlame14 / hanabi-bot

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

Finesse while finessed #307

Closed flackr closed 3 months ago

flackr commented 3 months ago

This is based on #303, but adds the ability for the bot to give finesses while finessed as a fun experiment.

WillFlame14 commented 3 months ago

It looks like this branch is based off urgent-save, so it still has all the old commits after I squash merged that one. Sorry. :pensive: I think you could either cherry-pick the commits here into another branch, or keep all your changes in the index and then soft reset to master (or maybe other strategies I don't know about).

flackr commented 3 months ago

It looks like this branch is based off urgent-save, so it still has all the old commits after I squash merged that one. Sorry. 😔 I think you could either cherry-pick the commits here into another branch, or keep all your changes in the index and then soft reset to master (or maybe other strategies I don't know about).

I'll take care of it, no worries.

flackr commented 3 months ago

I think you could either cherry-pick the commits here into another branch, or keep all your changes in the index and then soft reset to master (or maybe other strategies I don't know about).

I was able to just merge master into my local branch for the urgent-save PR cleanly, and then merge urgent-save into the other PR branch and everything just worked with no additional work.

WillFlame14 commented 3 months ago

Thanks! :pray:

I noticed a small issue inside inBetween() but I'll fix it separately.