stastnypremysl / Mines3D

Minesweeper on n*m*2 matrix for Android.
https://play.google.com/store/apps/details?id=cos.premy.mines&hl=en
GNU General Public License v3.0
15 stars 5 forks source link

Improvements for the "end message" #11

Open d-albrecht opened 1 year ago

d-albrecht commented 1 year ago

Hey, could we get a new message for games we won? Every other time I'm frustrated to see "Game over" only to realize that I haven't lost. At least for me the term "game over" has an intrinsic negative connotation.

Furthermore, I would appreciate if you formatted the quadruple that represents your progress in a different way. Perhaps one number per line like in

Correct mines: x
placed mines: y
opened fields: z
no of mines: w

Ideally with the colons or the numbers aligned (to the right).

Also, at least for the end message, could we have a conversion of the time to something more readable? At least minutes, please. Not sure if anyone stays in a level for more than an hour, so minutes realistically should be sufficient for most use cases.

Lastly, is there a possibility to display the message over the game? Perhaps even in a way that I can investigate my mistake in case I lost? So, make the game immutable (no more inputs to change the grids), but let me still switch between the layers and perhaps you could even highlight my mistakes somehow.

ericjs commented 3 months ago

I second the desire to be able to inspect the game after losing. It's frustrating not to be able to know where you went wrong. But maybe that should be files as a separate issue. That goes far beyond enhancement of the end message, and I imagine would take much more doing.