Project title

Deadlane Protocol

### Tagline

Traffic is cover. Speed is survival.

### Short description

Deadlane Protocol is a high-speed cyberpunk motorcycle survival game built in Godot. Escape onto an endless elevated highway, weave through dynamic traffic, exploit near misses, evade automated defenses, and survive a multi-phase aerial interceptor.

### Inspiration

I wanted to combine the immediacy of an endless runner with the speed and physical danger of a motorcycle chase.

The central idea was to make traffic more than a collection of obstacles. Vehicles can block the player, create openings, provide cover from enemy fire, and turn every section of highway into a constantly changing tactical problem.

The setting grew around that mechanic: the player awakens inside a machine-controlled facility, steals a motorcycle, and escapes toward MegaTower One while the city’s automated systems attempt to stop them.

### What it does

Deadlane Protocol is a PC-first vertical slice with mobile-compatible gameplay foundations.

The player can steer freely across a curved, streaming highway while braking, jumping, accelerating with turbo, and managing special abilities. Traffic vehicles change lanes, use turn signals, enter from ramps, travel in opposing directions, collide, and create emergent pileups.

Close passes trigger a near-miss system that rewards aggressive riding with speed boosts, overdrive charge, and brief slow-motion windows.

The route introduces escalating enemy encounters:

  • Roadside turrets that threaten occupied lanes.
  • Predictive sniper fire that tracks the rider.
  • Drop drones that target the rider’s projected position.
  • Explosions and environmental obstacles.
  • Moving flying vehicles that can become an alternate route.
  • A multi-phase interceptor boss using minigun fire, targeted missiles, warning zones, and attack drones.

### How I built it

Deadlane Protocol was built in Godot 4 using GDScript.

I used Codex with GPT‑5.6 Sol as the primary development agent. I supplied the original concept, gameplay direction, visual goals, and iterative feedback. Sol translated that direction into the motorcycle controller, procedural highway streaming, dynamic traffic simulation, near-miss and ability systems, enemy encounters, interceptor boss, interface, audio integration, recording workflow, and automated validation tests.

The development process was highly iterative. I played and reviewed rendered builds, identified problems with handling, visibility, pacing, and presentation, and then worked with Sol to refine each system.

The low-poly visual direction allowed the game to be constructed quickly from procedural geometry and generated or imported assets while maintaining a coherent cyberpunk identity.

### Challenges I ran into

The largest challenge was making high-speed motorcycle steering feel responsive without becoming uncontrollable. Steering authority, acceleration, countersteering, braking, and camera behavior all needed to change naturally as speed increased.

Another challenge was keeping procedural traffic dangerous but readable. Vehicles needed enough autonomy to create unexpected situations without making collisions feel arbitrary.

Enemy telegraphs also had to remain understandable while the player, road, traffic, and camera were all moving simultaneously.

### Accomplishments I’m proud of

I am proud that the project became a complete playable vertical slice rather than only a visual prototype.

It includes a streamed highway, responsive motorcycle handling, dynamic traffic, multiple enemy encounter types, player abilities, slow- motion systems, route changes, audio, UI, automated tests, and a complete interceptor boss sequence.

### What I learned

Generating the first implementation was only part of the process. The strongest results came from repeatedly playing the game, describing exactly what felt wrong, and allowing Sol to revise the implementation while preserving the larger design.

### What’s next

Future versions could include progression and unlocks, touch controls, additional city environments, more vehicle-hacking mechanics, and two larger boss encounters: a highway-spanning land cruiser and a high-speed combat mech.

Built With

Share this project:

Updates