vanderporten

Results 12 comments of vanderporten

Thanks for the research regarding this topic. This is certainly an interesting topic, especially once we got a larger user base. However, for now, I don't think we should implement...

Also 'Disclaimer' not really suggests that it contains an option to turn off tracking. It doesn't even look like a clickable element. I am no expert regarding the legal stuff,...

We could implement a history by visualizing GameEvents. Those encompass everything that happens in the game: cards drawn, damage dealt, healing done, armor gained and everything else. The data is...

That is exactly the reason why the A.I. cannot "understand" Doomsayer

So this is really interesting to me. What if we really did that, i.e. replacing the Deck collection with List of card ids? Surely cloning would be much fast that...

Mmmh, really hard to assess if this approach would be worth it. What if the next expansion introduces a card which REALLY interacts with the deck? But what about the...

I also already thought about the 'represent the game state as a byte array' direction. It would be a lot of work. The main question for me is just: Is...

This issue comes up from time to time. I actually think we fixed it for some of the affected users with PR #160 . Please have a look at issue...

The only problematic dependency I can see here is HeroCard IconFactory. All other dependencies are totally fine in my opinion. The only issue is probably that PlayerConfig is in the...

One request that comes up quite often is the desire to have a command line operation mode. Basically people want to start MetaStone without the UI, just passing in command...