Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(1 edit)

Thanks for checking it out! One big thing I want to change is the scoring, like making 1000 = 1k 1000000 - 1m and so forth. I just have to figure out how to do that first :)

(+1)

Just implement a special func() and if-elsif that all ;-)
I did the same to convert  "1234567"  to  "1 234 567"

(+1)

Thank for the advice, I will try that out and see if that works.