Rope Drop
Score: 0 Best: 0
Watch the candy swing on its rope and cut at just the right moment so it arcs straight into the mouth below.
How it works
- Tap the stage (or press Space) to cut the rope while the candy swings
- Time the cut so the candy's arc carries it into the dark mouth shape at the bottom
- Each candy you land makes the next one swing faster with a narrower mouth to hit
Frequently asked questions
What is this?
An eighth tiny promotional game, in the same spirit as the others — a Cut-the-Rope-style timing puzzle, built entirely client-side.
Is my best score saved anywhere?
Only your best score, and only in your own browser's local storage.
What happens if I miss?
If the candy lands outside the mouth (or flies off the stage), the round ends — cutting too early or too late are both misses.
Related tools
Update history
- 2026-08-31 Added a cover image (og:image / homepage card thumbnail / blog title image) and listed the game on the homepage.
- 2026-08-31 Fixed: after successfully landing a candy, the swing animation never resumed for the next candy (the game appeared to freeze right after a cut) because the game loop was not rescheduled after a successful landing. The next candy now swings in correctly every time.
- 2026-08-31 Fixed: the rope was drawn pointing the wrong horizontal direction relative to the candy due to a sign mismatch between the rotation math and CSS rotation direction.
- 2026-08-31 Launched: a tiny promotional Cut-the-Rope-style timing game (no button) — a swinging candy on a rope, a tap-to-cut control, increasing swing speed and a narrowing target per candy landed, and a results screen with score, best score, and share options. Entirely client-side.