No-code setup, editable code

Browser Game Maker with Live JavaScript Preview

Choose a template, adjust the game, edit the source, and download a runnable project—all in your browser.

● No sign-up● No code upload● Full project download
4 playable templates3 project shapesSandboxed previewLocal draft recovery

Sandboxed preview

Neon Breakout

vanilla
loading
Score0
Lives3
Level1
Device best0

← → or A D · drag on touch

Game preview is loading.

Editable project

Source code

What you can build

Four small games, shaped for learning.

Each starts from original geometry and browser APIs. No remote assets, mystery dependencies, or protected game artwork.

01

Neon Breakout

Bounce the ball, clear the wall, and protect your last life.

← → or A D · drag on touch
02

Pixel Pong

Hold your side of the court against a compact local opponent.

↑ ↓ or W S · drag on touch
03

Grid Snake

Collect every spark without crossing your own trail.

Arrow keys or WASD · swipe on touch
04

Sky Hopper

Time each lift and pass through a moving skyline.

Space, click, or tap

Local by design

Your settings become source files.

The builder applies the visible configuration and assembles a trusted local project. Nothing is sent to a code execution service.

  1. 01

    Choose settings

    Select the game, framework, difficulty, controls, theme, and optional tuning.

  2. 02

    Build trusted files

    HTML, CSS, JavaScript, README, and license are assembled locally.

  3. 03

    Run in isolation

    A restricted iframe loads the preview without network access.

  4. 04

    Keep the project

    Edit the source, recover a working version, or download the complete ZIP.

Complete handoff

Inside every downloaded project

js-breakouts-your-game/Runnable source
  • index.htmlPage entry
  • #styles.css or src/styles.cssTheme and layout
  • JSgame.js or src/Framework-matched game source
  • npmpackage.jsonIncluded for Phaser and PixiJS
  • MDREADME.mdRun and customize guide
  • §LICENSEMIT terms
  • iTHIRD_PARTY_NOTICES.mdSource transparency

Builder FAQ

How the local workspace works

Is this a no-code game maker?

It can be used without writing code, but the result remains editable source. Settings cover the supported MVP variations.

Can I edit the generated JavaScript?

Yes. Edit any displayed file, run the change in the sandbox, and restore the last working version if it fails.

Can I use Phaser or PixiJS?

Yes. The downloaded projects use native Phaser or PixiJS rendering APIs and include their npm dependencies. The sandboxed on-page preview stays network-free.

How is the preview isolated?

Game code runs in a sandboxed iframe without same-origin, network, form, popup, storage, or parent-page permissions.

Can I download the project?

Yes. The browser creates a ZIP from the current files, including README, license, and third-party notices.

Is my draft saved?

The latest draft and working snapshot are saved in IndexedDB when browser storage is available.