magefree / magefree/mage

GUI: new tournament dialog must allow to choose deck for each computer opponent

Open
#8,465 1 comment 0 reactions 0 assignees View on GitHub
enhancement GUI
Dominant language
Java
Stars
2.4k
Forks
940
Avg merge
2d 12h
Merged PRs (30d)
160

Description

There is no option for choosing deck for bots (draftbot/mad) in the tournament creation table for any Constructed mode. Here the functionality for "txtPlayerDeck" and "btnPlayerDeck" is missing in [TournamentPlayerPanel.java](https://github.com/magefree/mage/blob/master/Mage.Client/src/main/java/mage/client/table/TournamentPlayerPanel.java) and [TournamentPlayerPanel.form](https://github.com/magefree/mage/blob/master/Mage.Client/src/main/java/mage/client/table/TournamentPlayerPanel.form).

However, these options are available in the New Match (Constructed modes), corresponding to [NewPlayerPanel.java](https://github.com/magefree/mage/blob/master/Mage.Client/src/main/java/mage/client/table/NewPlayerPanel.java) and [NewPlayerPanel.form](https://github.com/magefree/mage/blob/master/Mage.Client/src/main/java/mage/client/table/NewPlayerPanel.form).

By default the selected deck for each bot is the same as the player, does not make sense to make a tournament where everyone has the same deck, right?

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.