Vortex is a vertical-descent arcade game set in deep space. A glowing ball descends through a column of spinning ring barriers — on screen the ball holds its position near the top while the rings scroll up to meet it. 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.
Four ring types keep each run fresh. Standard cyan rings spin at the base speed behind a 70-pixel gap. Hot magenta rings rotate at twice the base speed and demand faster adjustments. Gold rings offer a 160-pixel gap and score three points instead of one — a welcome breather in an otherwise intense sequence. Once you have cleared 15 rings, orange rings begin appearing with a 42-pixel gap, the tightest thread in the game. 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. Your drag advances that angle and every gap slides along its bar in step — but the gap's screen position tracks the sine of the angle, so a gap that has reached the far left or far right of its travel will turn around and head back toward the centre even while you keep dragging the same way. 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 a new ring reaches the ball about every three quarters of a second at the base fall speed of 2 pixels per frame, and about every third of a second once the fall speed reaches its cap of 4.5. 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 four 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 more than twice as wide as the normal rings — 160 pixels against 70 — 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. Orange (#ff8c00) rings are the opposite: they only start appearing once you have cleared 15 rings, and their 42-pixel gap leaves about 11 pixels of clearance on either side of the 20-pixel ball.
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 whole canvas shakes for about a fifth of a second and the ball flashes red for about a third of a second, both playing out underneath the game-over panel, which appears immediately. 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 turn-based naval grid duel against the computer — Vortex is the most continuous-control-focused: you are always moving, always adjusting, with no idle frames between inputs.