HelixJump.world Changelog

Helix Jump is updated frequently. This page is the running list of what's actually shipped — what changed, when, and what you might notice as a player. Newest releases on top.

Most updates are small tuning passes — a tenth of a second shaved off the smash window, a slightly slower early-ring ramp, a particle effect that no longer stutters. Where you see a "v3.1 / v3.2" string, that's a same-day polish pass on the previous release. Where you see a dated heading, that's roughly a week's worth of work landing together.

2026-05-18 — content rebuild, leaderboard live, embeds, perf

The biggest release since launch. Four things landed in parallel:

  • Ten content pages, all written from scratch — how to play, controls, tips, high score guide, leaderboard, records, daily challenge, mobile, unblocked, and the homepage rewrite. About 10,000 words total of game-specific advice. None of it AI-generated filler.
  • Live leaderboard. The in-game widget and the /leaderboard/ page now show real scores from a small backend (helix-api), refreshed every five minutes. Submitting your best run is automatic — no account, no email.
  • Embed system. You can now drop the game into any other site with one line of HTML. See the embed page for the snippets.
  • Performance pass. The page now warms its TLS connection to unpkg while parsing HTML, every static asset ships pre-compressed, and CSS/JS get content-hash query strings so cached files only refetch when something actually changed. Roughly a third smaller on the wire than the day before.

Also: the social-share preview image (the one Twitter, Discord, Facebook, and iMessage show when you paste the link) is now an actual rendered card with the helix tower and a tagline, not a default screenshot.

v4 — 2026-05-18 — drag direction, first-run audio, settings panel

Pre-content polish pass driven by four specific things that needed fixing.

  • Drag direction inverted. Dragging right now rotates the wedge under your finger to the right — it follows your finger instead of moving against it. The old direction was technically correct from the camera's perspective and consistently wrong to actual hands. Keyboard arrows updated to match.
  • First bounce now has sound. Browsers won't start an audio context without a user gesture, which meant the first few drops of your very first session were silent. The fix: the ball doesn't actually start falling until you tap or drag — the same gesture that unlocks audio also kicks off gravity, so the first bounce is always heard. (A three-second failsafe drops the ball anyway if you somehow don't interact at all.)
  • Settings panel. Gear icon top-right opens a small modal with volume and mute controls. Dragging the volume slider plays a bounce at the new level so you can hear what you're picking. Settings persist in your browser.
  • Powerup arrow rebuilt in 3D. The floating green chevron used to be a flat painted plane that looked off when the camera moved. It's now an actual extruded 3D shape with proper lighting and a gentle bob, so it reads as a physical object in the tower instead of a sticker on the screen.

v3.2 — 2026-05-16 — smash feel, powerup spawn rate

  • Smash chains feel continuous instead of stuttery. The previous build froze the game for 110 milliseconds on every platform a smash chain destroyed, which stacked into a perceptible lag when you got a long combo. Those per-kill freezes are gone. The chain now flows; the impact comes through the particles and the sound instead.
  • Powerup arrow redrawn. The chevron icon now has the stacked-V mobile-game-icon look (dark outline, bright inner stroke) so it reads at a glance even on smaller screens.
  • Arrow spawn rate dropped from 2% to 1.2% per ring — roughly one arrow every 80 rings. Arrows were starting to feel routine; this puts the wow back in finding one.
  • Per-kill screen shake softened from 0.35 to 0.22 since several stack up during a chain and were starting to feel like a stadium earthquake.

v3.1 — 2026-05-16 — arrow position fix, gentler world celebration

  • Powerup arrows now spawn lower, so they're visible inside the active play area instead of floating above the next ring you can reach.
  • Bounce height lowered slightly — the ball no longer occasionally hops two rings up on an awkward contact.
  • "New world" celebration calmed down. The full-screen colour wash when you transitioned into a new palette zone was loud enough to obscure the next two rings. It's now a softer pulse that doesn't hide the playfield.

v3 — 2026-05-16 — the powerup arrow and the smash split

The single biggest gameplay change since the initial release.

  • The floating powerup arrow exists. Rare green chevron that occasionally appears between rings. Drop straight through it and the ball gets a roughly one-and-a-half second windowed smash that destroys up to six platforms in a row. This is where the deepest runs come from.
  • Smash split into two distinct kinds. The classic three-gaps-in-a-row charges a single-platform smash (the one that turns the ball red for one bounce). The powerup arrow gives you the multi-platform windowed smash. They feel different on purpose: one is earned and surgical, the other is found and explosive.
  • Less stickiness on contact — bounces are crisper and the ball doesn't pause for a beat on heavy hits any more.

v2 — 2026-05-16 — feel tuning and the easier start

  • The first ring is now genuinely easy. Five gaps out of eight, no danger wedges. You can survive your first few seconds even if you're learning what the game even is. The difficulty ramp kicks in afterwards.
  • Time-windowed smash introduced as a concept (precursor to the v3 arrow). The single-platform smash gained a clearer visual cue so you actually know when you have one.
  • Powerup tile groundwork — initially as marked safe wedges, later replaced by the floating arrow in v3.
  • General feel pass: bounce timing, particle counts, ball weight.

v1.1 — 2026-05-16 — the polish layer

The first "this is now a game, not a prototype" release.

  • Sound. Bounces, impacts, ambient hum. Before this update the game was silent.
  • Colour escalation. The palette warms and saturates as your run goes deeper, so the visual mood reflects how well you're doing without needing a number on screen.
  • Death drama. Hitting red is now an event — slow-mo, particle burst, audio sting — instead of just a freeze-and-reset.
  • Retry anywhere. Tap, click, or press any key on the death screen and the next run starts. No more hunting for a tiny button.
  • Visit beacon added — a single tiny ping per pageview, used only for private aggregate stats. No tracking cookies, no fingerprinting.

v1 — 2026-05-16 — initial release

HelixJump.world goes live with a working game: spiraling tower, falling ball, gaps, red zones, single-platform smash, and personal-best storage in the browser. Forked from an earlier copy in a sibling project, stripped of two cross-site back-links, and given its own domain. No leaderboard yet, no content pages, no settings panel — just the artifact.

Play Helix Jump now