Hey, my first clear took me 30min so thatls still better. Just took practice and learning how to get better. Honestly here my weak point is the torus puzzle.
In reality, it is pretty trash tbh. The expert arrow wasn't a 1 propogation as well as torus puzzles I am terrible with. For the much better record, check out yapad's wr: cdn.discordapp.com/attachments/829580370814435338/831205784096211054/w9siih_1.mp4 or eff's former wr: ruclips.net/video/uLFGYDHkSNI/видео.html.
Base rewards for minigames: 15-Puzzle Easy: 1 15-Puzzle Medium: 3 15-Puzzle Hard: 6 Torus Puzzle Easy: 1 Torus Puzzle Medium: 8 Torus Puzzle Hard: 14 Arrow Puzzle Easy: 1 Arrow Puzzle Medium: 8 Arrow Puzzle Hard: 14 Arrow Puzzle Expert: 25 Actual Reward= floor(gameBaseReward * max(1, 0.02 * dt^0.5)) where gameBaseReward is one of the above values, depending on which puzzle you are playing. Notes: 1) The acceleration button does affect the stars. It uses the current amount of dt, which in turn uses acceleration. 2) The reward is decided at the start of the puzzle. This means that holding the acceleration button during solving does not affect the reward from this solve. However, the next solve uses the new dt value, so the new solve does benefit from holding acceleration during the previous solve
Me spending 15 minutes on the easy arrow puzzle 👁️👄👁️
Hey, my first clear took me 30min so thatls still better. Just took practice and learning how to get better. Honestly here my weak point is the torus puzzle.
Same here too 😂 never solve
Insane time, congrats
In reality, it is pretty trash tbh. The expert arrow wasn't a 1 propogation as well as torus puzzles I am terrible with. For the much better record, check out yapad's wr: cdn.discordapp.com/attachments/829580370814435338/831205784096211054/w9siih_1.mp4 or eff's former wr: ruclips.net/video/uLFGYDHkSNI/видео.html.
noob's ask:
how to get more stars in each mini games?
I only get 1 star in easy puzzle
Base rewards for minigames:
15-Puzzle Easy: 1
15-Puzzle Medium: 3
15-Puzzle Hard: 6
Torus Puzzle Easy: 1
Torus Puzzle Medium: 8
Torus Puzzle Hard: 14
Arrow Puzzle Easy: 1
Arrow Puzzle Medium: 8
Arrow Puzzle Hard: 14
Arrow Puzzle Expert: 25
Actual Reward= floor(gameBaseReward * max(1, 0.02 * dt^0.5))
where gameBaseReward is one of the above values, depending on which puzzle you are playing.
Notes:
1) The acceleration button does affect the stars. It uses the current amount of dt, which in turn uses acceleration.
2) The reward is decided at the start of the puzzle. This means that holding the acceleration button during solving does not affect the reward from this solve. However, the next solve uses the new dt value, so the new solve does benefit from holding acceleration during the previous solve
@@lebaldy1376 thx a lot!