Loreinator / Shuffle-Move

Program to help choose moves in the Pokemon Shuffle puzzle game
GNU General Public License v3.0
95 stars 18 forks source link

Don't center text in move choose to allow for easier scanning #68

Closed ShuffleBugs closed 9 years ago

ShuffleBugs commented 9 years ago

Left a comment https://github.com/Loreinator/Shuffle-Move/commit/215285e97e6407324ca6af94ded1b7f5a7f08525#diff-ac7b3cf2ec9f2ab18b4680529769d40aR167

Because the text is centered, it's very hard to scan when there's varying numbers past the decimal point. This usually happens when running with multiple simulations with random effects.

I noticed this when sorting by combos looking for something with a minimum of 3 moves, but sorting by combos will have results like [1-10] or [2-8] or [3-5] all with different weighted averages.

Loreinator commented 9 years ago

Seems reasonable I guess, pushing the change now into the file - it should be ready for testing in a few minutes via the development folder.

Btw if you want to test out the latest development build, check here and download the highest final digit file (its the build number in Jenkins).

Loreinator commented 9 years ago

Check it out in the development branch when you have time, re-open this issue if it is not working quite right.

ShuffleBugs commented 9 years ago

Thanks! This looks great: screen shot 2015-09-08 at 11 35 43 am

Much easier to scan than before: screen shot 2015-09-08 at 11 37 16 am