Vortex is a vertical-descent arcade game set in deep space. A glowing ball falls from the top of the screen toward a series of spinning ring barriers. Each ring blocks the ball except for a rotating gap — your job is to align every gap with the ball's path before it arrives. Drag left or right on the canvas to rotate all rings simultaneously. Score a point for each ring the ball passes through. Hit a solid section of any ring and the run ends.
Three ring types keep each run fresh. Standard cyan rings spin at the base speed. Hot magenta rings rotate at twice the base speed and demand faster adjustments. Gold rings offer a wide gap worth three bonus points — a welcome breather in an otherwise intense sequence. The rings scroll faster and spin harder as your score climbs, so a run that feels comfortable at 10 rings is a serious challenge at 30.
Every ring in Vortex has a gap that rotates automatically regardless of player input. Your horizontal drag shifts all rings together by a global offset angle — you are not stopping the rotation, you are racing it. When you drag right, every gap moves right relative to the screen; when you drag left, every gap moves left. The skill of Vortex is learning to lead: drag ahead of where you need the gap to be, let the ring's auto-rotation carry the gap through the alignment window, then commit to the descent.
The gap indicator — a bright lime-green tick mark at the center of each gap — is your anchor point. At low scores the tick moves slowly enough that you can treat the gap as nearly static. Past 20 rings cleared, fast magenta rings are spinning the gap through a full half-rotation in under two seconds. At that speed, the tick is moving continuously and the only reliable technique is to anticipate its trajectory and drag to intercept, not follow.
Ring spacing is fixed at 90 world pixels, which means the ball encounters a new ring every few frames at the lowest fall speed and even faster as the speed climbs. The window of time you have to act on each ring narrows as your score rises — this compression is the game's primary difficulty axis, not pattern memorisation or twitch reflexes alone. Players who plateau early are usually treating rings one at a time. Players who score consistently above 30 are already adjusting for the next ring while clearing the current one.
Vortex uses three ring colours, each with a distinct gameplay meaning. Cyan (#00e5ff) is the default: standard rotation speed, standard gap width. You will see these most often, and they form the baseline against which everything else is measured. Magenta (#ff2d9e) rings spin at twice the base rate — they are a warning signal as much as a visual flourish. When you see magenta, slow your decision-making, set your angle early, and resist the urge to correct mid-pass. Gold (#ffd93d) rings have a gap twice as wide as the normal rings and reward three points instead of one. They appear roughly one in ten rings and are intentionally easy — a brief relaxation of pressure after a string of tighter gaps.
The ball itself is a small white circle with a soft magenta glow. Cyan particles trail from it during descent, giving you a visual trace of where it has been and reinforcing the sense of downward momentum. On a ring pass, a burst of particles marks the clear. On a collision, the ball flashes red for about a third of a second before the game-over overlay appears. None of the visual effects are decorative noise — each signals a game event. If you are playing with audio disabled, the particle system is your main feedback channel.
The ring descent genre — popularised by games like Helix Jump — typically puts the player in control of the platform rather than the ball. Vortex takes the same conceptual frame (rings with a gap, ball descending through) but inverts the control scheme: you spin all rings simultaneously via drag rather than rotating a single cylinder. This makes every gap equally in motion and removes the option of "parking" a safe gap directly below the ball. You are always managing a dynamic system, not finding a static solution.
The side-view rendering — rings as horizontal bars with a gap rather than top-down circles — is a deliberate genre departure that makes the gap's position more legible on a small screen. You read left-right position on a flat bar instantly; reading rotational position on a top-down ring requires more visual parsing. The tradeoff is that the 2D side view cannot represent the full rotational sweep of a 3D cylinder, so Vortex limits the gap movement range to the central 72 percent of the canvas width to keep the gap always visible and never hidden behind the wall of the ring. Compared to other arcade games on Vibe Arcade — see Wingbeat for the one-tap side-scroller format or Salvo for a timing-based reflex game — Vortex is the most continuous-control-focused: you are always moving, always adjusting, with no idle frames between inputs.