Pbatch / ClashRoyaleBuildABot

A platform for creating bots to play Clash Royale
MIT License
216 stars 37 forks source link

Add ability to swap decks from the GUI #247

Open Pbatch opened 1 month ago

Pbatch commented 1 month ago

Problem

Currently decks are defined inside main.py. The user cannot change deck without editing this file.

Potential solution

Add some functionality to the GUI to allow a user to change deck. An intermediate step might be defining the deck inside config.yaml first.