Hi I've used your stat maker for my Ocs for the past week. It's amazing but I was wondering how long did it take for you to make it?
Oops, another nice comment that sat in the inbox for too long... my bad.
Thanks, I'm glad you like it! The funny thing is that the stat maker barely took any time to make. I made it a while ago, so I don't remember exactly, but I'm pretty sure I had it figured out after one day of lazily bashing away at it.
It's an HTML canvas with a set image. Then it's about ten lines of code to draw a hexagon with points at specific coordinates. I skipped any complicated math by just taking the blank chart into Paint and finding the pixel coordinates of each possible point the hexagon could go to.
And then there some text boxes at set coordinates for each stat, and everything updates when you move a slider. And that's about it. Altogether it's about 300 lines of messy code - most of which is the same simple process done six times because there are six stats and six sliders.
To the people having trouble using it on browsers besides the ones I use, or on mobile - which I never considered at all - sorry, but hopefully this explains things a bit. The stat maker was never intended to be a big project. It was just something quick and dirty that I made for fun some lazy afternoon.










