csunday95

Results 6 issues of 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

change-request
frontend-functionality

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...

duplicate
enhancement
frontend-functionality

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...

enhancement
frontend-interface
priority:medium

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...

enhancement
priority:medium
frontend-functionality

[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

priority:low
rust-backend
frontend-functionality

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...

documentation
enhancement
question
frontend-interface