jarcane / handhRL

A simple roguelike based on the Hulks and Horrors tabletop RPG written with Python 2.7 and libtcod
GNU General Public License v3.0
11 stars 1 forks source link

Fixed-with score string #27

Closed jarcane closed 10 years ago

jarcane commented 10 years ago

The bulk of the current score entry string is probably unavoidably even, but as there's a practical ceiling to score, it might be nice if at least that section of the entry lined up more neatly.

The simplest way to do this would seem to just be padding out the score string to a set width. The current score calculation should max out around 7 digits given expected available XP values, but 8 is probably wise for safety's sake.