Investigations

Neon Breakout

JavaScript February 2026

A neon-themed brick breaker game with glowing effects, power-ups, and progressive difficulty. Built by Gyrum.

Neon Breakout is one of the games that [Gyrum](/investigations/gyrum)'s AI agents built autonomously. It's a classic brick breaker with a neon aesthetic — glowing paddle, pulsing bricks, particle trails on the ball. Built with vanilla JavaScript and HTML5 Canvas.

The game has multiple levels with different brick layouts, power-ups that drop from destroyed bricks (wider paddle, multi-ball, laser), and a scoring system with combo multipliers. The neon glow effect is done with canvas shadow blur and compositing.

What makes this interesting isn't just the game — it's that an AI system designed, coded, tested, and reviewed it through an 8-stage pipeline. The test suite was generated alongside the game code.

What this project demonstrates

Neon glow effects with canvas shadow blur
Multiple levels with progressive difficulty
Power-ups: wider paddle, multi-ball, laser
Scoring system with combo multipliers
Built autonomously by Gyrum AI agents
HTML5 Canvas with vanilla JavaScript

Technologies

CanvasGameGyrumAI GeneratedVanilla JS

© 2026 Jonathan Leahy · v0.9.9-2-gbf87166