Posted January 04, 2024 by HappyMatt12345
I've updated It's a Cube for the first time in... like... a year!
Version 2.2's only change was overhauling the algorithm for how the time limit the player has to rotate the cube the correct way gradually decreases as they play. Prior to this update, the algorithm used an array of integers representing the score values where the time limit would decrease by 1 second. When the player's score reached that threshold, the time limit would decrease. This always felt like a very bulky way to do this, so I decided to change it to an algorithm where, once the player's score reaches 50 points (the bronze cube milestone) the time will begin to gradually decrease based on a multiplier each round until it reaches the absolute minimum, which has also been updated from 2 seconds to 1 second in this version.
I don't know if anyone's reading this, but if so, enjoy the new algorithm, I guess!