drexl93 / roll-tracker

MIT License
6 stars 5 forks source link

Multi Dice Types #10

Closed jacobwojoski closed 1 year ago

jacobwojoski commented 1 year ago

Figured out how your data storage works. I'm working on trying to implement storage for other dice types. It involves a big storage redesign though so will prolly take a bit.

jacobwojoski commented 1 year ago

Storing data a different way is taking a major redesign just making a local repo and seeing if I can get it working. Feel free to contribute! trying to store die rolls as d20 = new array(20) d20.fill(0) increment positions to hold data instead of a continuously growing array.