csunday95
csunday95
- also added some checks for null/undefined values that are ignored in deployed version, but detected as errors in the development server - incremented version to 0.0.22
Currently, the tick guessing algorithm for the timer mode is consistently off. I think some data should be compiled to reconfigure the linear fit parameters. So that this can be...
During a run, the runner might determine they need to change their first board mean/stddev based on gameplay. Having a set of buttons that allows incrementing/decrementing the textboxes might be...
If the three rupees behind the board are collected, the RNG tick rate in the room is changed. A user entry method to indicate the rupee state is required for...
[Current board generation algorithm](https://github.com/petersn/web-sploosh-kaboom/blob/master/src/App.js#L103) can be made more efficient and/or transferred to the Rust code
Various interface suggestions made so far by various people. May want to break out into multiple issues later for better tracking - Be able to drag out ship positions so...