mimoguz / tripeaks-gdx

A simple tri peaks solitaire game using libGDX.
GNU General Public License v3.0
68 stars 8 forks source link

Wrong card count on end screen #24

Closed bergamote closed 3 weeks ago

bergamote commented 1 year ago

I just finished a game having only used about half the cards in the stack, but the end screen told me I had used 35 cards. This is the first time it happened and I don't know how to reproduce this bug.

Screenshot_2023-09-04-10-49-22-948_ogz tripeaks

mimoguz commented 1 year ago

Yeah, there are some issues with stat-keeping logic in the current version. There is a current effort to re-write some parts of the game (which goes very slowly, due to some health problems). Hopefully that will address all currently open issues, including this one.

I'll still try to figure out what's going on here though.

mimoguz commented 3 weeks ago

As I will hopefully release the new version soon, I'm closing the old issues. Please feel free to re-open if the problem resurfaces after v1.1 update.