Closed jacobwojoski closed 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.
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.