Sorter
rhythm heaven
The popular rhythm heaven in Scratch
#01 hanngousuihann’s Scratch Game New
- 1,822
- 1,614
- 63,821
- ©
- 2021.3.30

#03 Rhythm Heaven (Wii Edition) Updated
- 29
- 29
- 1,268
- ©
- 2024.11.16

How to play
Action | Key |
---|---|
Kill one's enemy (opponent) | Space key or mouse click |
Game Start | Space key or mouse click |
Proceed to the next step in the results screen. | Space key or mouse click |
In this Scratch version of Rhythm Heaven, there are tons of clever touches that make the "Hyah!" slashing moments feel incredibly satisfying! What's particularly cool is the "firelev" variable for the flame effects. When you nail consecutive slashes, this value keeps climbing and the on-screen flames grow bigger and bigger. The code uses if statements to gradually adjust the flame's position and brightness based on this value, so the better you do, the more spectacular the visuals become. Plus, when you're really on a roll, a special sound called "iaigiri_arcade_slice_voice3" kicks in, creating this feedback loop that keeps amping up the player's satisfaction. It's pure "feel-good" game design at its finest!
#04 Rhythm Heaven (Rhythm Epilation 2) Updated
- 22
- 20
- 776
- ©
- 2025.2.16

How to play
Action | Key |
---|---|
Language Selection | mouse click |
Plucking hair (normal) | A key or L key |
Pulling the Curly Hair | Press and hold the A or L key. |
Advance the results screen. | space bar |

What's brilliant about this Scratch game is the timing system! It creates a beat counter to judge when players pluck the hairs, precisely syncing the music with gameplay. Plus, regular hairs and "curly hairs" require different plucking techniques. Regular hairs just need a single button press, but curly hairs require holding the button down to recreate that pulling sensation. When you nail the timing, you get satisfying sound effects and visual feedback that give players that "nailed it!" feeling. It's impressively polished as a rhythm game.