mimoguz / tripeaks-gdx

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

Statistics screen #14

Closed BloodRaven0 closed 2 years ago

BloodRaven0 commented 3 years ago

It would be nice if the game tracked stuff like wins/losses, win percentage, average undos, chain length and cards taken from deck, as well as longest chain and games per day.

Perhaps the statistics screen could be accessed from a fourth button on the main menu or from the options screen.

mimoguz commented 3 years ago

Yes, general statistics is one of the items of the next update I'm planning. Played games, wins, minimum and average moves for each game type. This is too simple a game for detailed statistics though. 🙂

I will count a game lost if

mimoguz commented 2 years ago

So, I ended up with much simpler design than I've first intended: Statistics dialog. 🤷

I will need new strings of course. I'll put them here instead of individual issues.

The menu item to display statistics dialog:

This is the title for the aggregated stats:

The label for the total number of games played:

The label for the number of wins:

The label for the number of cards in the longest sequence the player achieved:

Thanks!

rellikmil commented 2 years ago

Russian Statistics - Статистика All - Все игры Games: - Игр: Wins: - Побед: The longest chain: - Длинная цепочка из:

BloodRaven0 commented 2 years ago

Bulgarian: Statistics - Статистика All - Всички Games: - Игри: Wins: - Победи: The longest chain: - Най-дълга поредица:

JVariance commented 2 years ago

German: Statistics - Statistiken All - Alle Games: - Spiele Wins: - Siege The longest chain: - Die längste Folge

Qo12 commented 2 years ago

Spanish: Statistics - Estadísticas All - Todo Games: - Partidas: Wins: - Victorias: The longest chain: - La cadena más larga:

ghost commented 2 years ago

Portuguese:

Statistics - Estatísticas All - Total Games - Partidas: Wins - Vitórias: The longest chain - Sequência mais longa:

mimoguz commented 2 years ago

Sorry for the delay. All translations have been completed, and now I'm preparing a new release.

Thank you all.