Skip to content

feat: make "Auto" mulligan button smarter#9863

Open
BlythT wants to merge 4 commits intoCard-Forge:masterfrom
BlythT:mulligan-auto-smart
Open

feat: make "Auto" mulligan button smarter#9863
BlythT wants to merge 4 commits intoCard-Forge:masterfrom
BlythT:mulligan-auto-smart

Conversation

@BlythT
Copy link

@BlythT BlythT commented Feb 21, 2026

Currently it discards the first N cards from your
hand. If your hand is sorted by mana value, this
is often all lands.

Using the existing ScoreHand AI, we can compare
all combinations of hands with N cards removed
and keep the best one; intelligently discarding
lands or permanents based on colours, flood vs
screw, etc.

Currently it discards the first N cards from your
hand. If your hand is sorted by mana value, this
is often all lands.

Using the existing ScoreHand AI, we can compare
all combinations of hands with N cards removed
and keep the best one; intelligently discarding
lands or permanents based on colours, flood vs
screw, etc.
Now that both players and AI players can call this
the param should reflect that.
@tool4ever tool4ever added the QOL Quality of Life label Feb 22, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

QOL Quality of Life

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants