Skip to content

Neon Drift Template: A Synthwave Arcade Dodge Racer

Neon Drift Template: A Synthwave Arcade Dodge Racer

Neon Drift is one of the five game templates in Zugo: a canvas arcade racer where you weave down a neon highway, dodge barriers across five lanes, and collect energy pips to build a score multiplier. Cloning it into your own project is free and calls no model, so credits start at your first edit.

Below is how the game is actually built, which changes take one sentence, and where a browser arcade game stops being the right tool.

What kind of game is Neon Drift?

It is a reaction game rather than a precision game. The ship moves forward on its own down a scrolling grid highway, barriers appear ahead blocking some lanes and leaving a gap, and your only job is to be in the gap when they arrive.

The highway is divided into five lanes, but steering is continuous rather than snapped, so you can sit between lanes while committing to a gap. That choice matters: lane snapping makes a game feel fair and mechanical, free steering makes it feel fast and slightly dangerous. Neon Drift picks the second, which suits the synthwave presentation.

Speed is not constant. The highway accelerates steadily from the start of a run and eventually settles at a ceiling, so the first fifteen seconds teach you the controls and everything after that is pressure. That ramp is the entire difficulty curve, and it is one of the first things worth tuning when you make the game your own.

While nobody is playing, the title screen runs a demonstration of itself, steering toward pips and dodging barriers. It is a small thing that does a large amount of explaining, because nobody reads instructions for an arcade game but everybody watches motion.

Why does the combo multiplier change how it plays?

Because without it, dodging alone would make the safest line the best line, and safe lines are boring to play. The energy pips scattered on the highway raise a multiplier when collected, and the multiplier decays if you go too long without one.

That turns each barrier into a small decision instead of a reflex. The easy gap is often the one with no pip in it, and taking the harder gap for the multiplier is the choice the whole game is built on. Risk and reward sitting inside a single half second is what separates an arcade game people replay from one they finish once.

It also fixes the pacing problem that pure dodgers have. Early on, when the speed is low, dodging is trivial and there would be nothing to do; chasing pips gives the opening thirty seconds a purpose. When you reshape the game, resist the urge to remove the pips to simplify it. Simplifying that particular mechanic usually makes the game worse.

How do you play it?

Steering is one axis, since forward motion is automatic.

Device Input What it does
Keyboard Left and right arrows Steer across lanes
Keyboard A and D Same, for players who use their left hand
Any device Drag across the screen Steer by pointer or thumb
Any device Play Again on the results card Start a new run

The heads up display carries three things: current score, best score, and the combo multiplier, which becomes prominent only when it is above one. That restraint is worth keeping. An arcade game with six readouts asks the player to look away from the road, and looking away is how you hit a barrier.

Test on a phone before you decide anything about difficulty. A thumb dragging across glass has different precision to an arrow key, and the speed ceiling that feels exciting on a laptop can feel unfair in a hand. If the game will mostly be opened from a link on a phone, tune it there and let the desktop version be the easy one.

What changes with a single edit?

You edit the game by describing the change in chat, the same as any other Zugo project. These five cover most of what people want:

  1. Theme: "make it an underwater tunnel, replace the neon grid with light shafts, use a teal and coral palette".
  2. Speed curve: "start slower and reach top speed later" or "raise the maximum speed".
  3. Barriers: "leave two gaps instead of one after 30 points" or "add barriers that move sideways".
  4. Combo rules: "make the multiplier decay faster" or "grant a brief shield at multiplier five".
  5. Presentation: "add a screen flash and a stronger shake when a pip is collected".

Change one thing, then play a run. A dodge racer cannot be judged from a description, only from the moment your hands react, and two short runs tell you more than a long argument with yourself about wording. Every rebuild is opened in a sandbox before it reaches you, so a build that fails to run is never delivered.

What does reshaping Neon Drift cost?

Cloning a template runs no model, so the first run is free.

Action Credits Note
Clone the template into a new project 0 Copy of a finished game, no AI involved
One edit in chat 3 Theme, speed, barriers, combo rules
Full rebuild of the game 6 When the idea has left the original behind
Edit in Hi-Fi mode 6 Hi-Fi costs double throughout
Build in Hi-Fi mode 12 Same doubling

The Free plan gives 5 credits, which covers the clone plus one edit. Pro is $25 a month for 200 credits, Business is $99 a month for 800, and on Pro that works out to roughly 66 edits in a month.

Games use more edits than websites, and that is normal rather than a problem. Tuning a speed curve takes five to ten runs with a change between them, and those runs are the work. Counting attempts instead of credits is the healthier way to plan: ten iterations is a small slice of a month, and it is the difference between a reskinned template and a game that feels like yours.

Who would actually use a template like this?

The obvious case is wanting a small game without learning an engine. The playable base exists and what remains is taste, which is a much better place to start than an empty file.

The second is promotion. A branded arcade game holds attention for a minute, which is a long time by advertising standards, and people send links to games in a way they never send links to landing pages. Reskinning is a handful of edits.

The third is an event or a campaign: a leaderboard game at a conference stand, a seasonal game attached to a launch. Neon Drift is a good candidate because a run is short and the rules need no explanation.

The fourth is learning. Adjusting one parameter and immediately feeling the difference teaches game design faster than reading about it. If you are still deciding whether this approach fits your idea at all, can AI build a game is the honest overview.

What are the honest limits?

Four worth knowing before you begin.

The best score does not survive a page reload. It is held in memory only, because the template ships without storage. A persistent leaderboard means connecting Supabase and spending several edits on it, which is very doable and is simply not free.

There is no sound in the template. An arcade game gains a great deal from audio, and adding it is a real piece of work rather than one sentence.

Zugo games are 2D and run in the browser. Three dimensional racing, physics simulation and gamepad support belong to a different class of tool, and pretending otherwise would waste your credits.

And the feel of a game is iterative. The exact speed at which the highway becomes thrilling instead of unfair is found by playing, not by prompting. That would be true in any tool. If you want a slower game about landing accuracy rather than reaction speed, the Hop Quest template is the other side of that coin.

How do you publish the game?

Publishing puts it on an address like your-project.zugo.run in one action, and the build is verified in a sandbox first, so a game that does not open is not published silently for a friend to discover. The steps are covered in how to publish.

A custom domain connects on paid plans. Google Analytics will tell you how many visitors start a second run, which for an arcade game is the truest measure there is: the first run is politeness, the second is interest. GitHub export hands over the source as a real repository, so the game stays yours.

Publish earlier than feels comfortable. You have already adapted to your own difficulty curve, and a stranger will find the problem in three runs that you would not find in thirty.

Where should you start?

Open the gallery, find Neon Drift in the games tab, and play it in the preview before deciding anything. Two runs minimum. Then make the first edit about theme, because a reskin tells you quickly whether the shape of the game suits your idea, and leave the speed curve until a few runs have told you exactly what annoys you.

After that, move in short steps: one edit, one run, one decision. Credit spend stays legible that way, and the game does not drift somewhere you have to drag it back from.

You can clone Neon Drift and start reshaping it at zugo.dev. The starting credits are enough to see your own version running, with no card required, and a published game gets a link you can send to someone the same afternoon.

← All posts