pixeltris/Lotd

Randomized duels and AI using a user created deck

Opened this issue · 1 comments

ikki4 commented

I don't think this project is still in development, but anyways, I wonder if it would be possible to implement a "Randomized Duel" feature that starts a duel choosing random decks (from my created decks and/or the game's default decklists) for one or both players. And I wonder if it would be possible to make the AI use one of my decks, instead of only using the game's default decklists.

It wouldn't be too hard to implement something like this but yea unfortunately this project isn't in development anymore so its something you'd need to try implementing yourself.

A good place to look would be DuelStarterForm.cs for example:

private void ReloadDecks()

That function loads all decks which is a good place to start if you wanted to randomise them.