mirror of
https://github.com/mwisnowski/mtg_python_deckbuilder.git
synced 2026-01-08 18:48:51 +01:00
feat: implement batch build and comparison
This commit is contained in:
parent
1d95c5cbd0
commit
f1e21873e7
20 changed files with 2691 additions and 6 deletions
|
|
@ -3,10 +3,21 @@
|
|||
## [Unreleased]
|
||||
|
||||
### Summary
|
||||
_No unreleased changes yet_
|
||||
Major new feature: Build X and Compare with Intelligent Synergy Builder. Run the same deck configuration multiple times to see variance, compare results side-by-side, and create optimized "best-of" decks.
|
||||
|
||||
### Added
|
||||
_None_
|
||||
- **Build X and Compare**: Build 1-10 decks in parallel with same configuration
|
||||
- Side-by-side comparison with card overlap statistics
|
||||
- Smart filtering of guaranteed cards
|
||||
- Rebuild button for quick iterations
|
||||
- ZIP export of all builds
|
||||
- **Synergy Builder**: Create optimized deck from multiple builds
|
||||
- Intelligent scoring (frequency + EDHREC + themes)
|
||||
- Color-coded synergy preview
|
||||
- Full metadata export (CSV/TXT/JSON)
|
||||
- Partner commander support
|
||||
- Feature flag: `ENABLE_BATCH_BUILD` (default: on)
|
||||
- User guide: `docs/user_guides/batch_build_compare.md`
|
||||
|
||||
### Changed
|
||||
_None_
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue