Phaser AE v2.6 - First Vector Arcade Agent Test for Indie Creators 2026
![]()
If you are searching phaser ae v2.6 after the early-August 2026 release, the useful question is not whether Phaser can draw glowing outlines. The useful question is narrower: can a creator open Phaser Game Agent, ask for a solid-fill Asteroids or Tempest-style prototype, verify that fills, physics, UI stacking, and export all behave, and decide whether AE belongs in a real project - without confusing it with open-source Phaser 3/4?
On August 5, 2026, Phaser announced AE v2.6 as “the complete vector arcade engine”. The Game Agent Weekly 3 note confirmed it was already live in new Agent projects. Solid fills, multi-part shapes, Tempest tubes, Battlezone-style worlds, Box2D on vector geometry, five gameplay packs, thirty-four examples, and UI that finally stacks captions above buttons - that is the release list. An announcement is a ceiling. This tutorial is a floor test.
This article turns that list into a 60-120 minute keep/hold ritual. You will create (or pin) a new Game Agent project on AE v2.6, run a prompt matrix, prove solid fills and UI overlap, smoke Box2D on a concave shape, export or download a receipt, and write phaser_ae_v2_6_vector_arcade_receipt_v1.json. You will leave existing Agent projects alone unless you deliberately migrate them.
Non-repetition: this is not Phaser Game Agent MCP with Cursor, which covers the MCP bridge and a first browser evening. It is not Phaser Game Agent Box3D physics prompt spike, which evaluates Box3D prompts. It is not the broader Box3D physics keep/hold. This URL owns one intent: can Phaser AE v2.6 produce a verifiable solid-vector arcade prototype in one evening, with honest limits vs open-source Phaser?
| Audience | Start here | Done when |
|---|---|---|
| Beginner creator | Glossary, prerequisites, P1-P3 | One playable solid-fill arcade loop exists |
| Web / Phaser developer | P1-P6, version pin, Box2D, export | Receipt records version, prompts, failures, and hold reasons |
| Studio lead | CapEx four-liner, AE vs Phaser boundary | You know when AE is a lab and when Phaser is the product stack |
| Creator sharing results | Monday ritual + Discord paste | A keep/hold note replaces “we tried the agent” |
Time estimate: 60-120 minutes for one new Agent project and one genre pack. Do not also migrate an old project in the same evening.
Default recommendation: keep AE v2.6 as an evaluation / prototype lane if P1-P4 pass. Promote it toward a shipping browser title only after P5 proves export and editability you can live with. Hold “rewrite our production Phaser game in AE” until you understand that AE and open-source Phaser are related brands, not drop-in replacements.
What Phaser AE v2.6 actually changed
Strip the marketing and the release is five concrete surfaces. Knowing each one in plain language is the prerequisite to a useful smoke.
- Solid vector fills - shapes can have filled faces (flat, gradient, radial, rainbow, translucent) while keeping glowing outlines. Classic vector look without pure wireframe illegibility. Fills come from geometry, so they rotate and scale without texture atlases.
- Multi-part objects - tanks with turrets, cars with wheels, turtles with shells. Parts keep their own outline/fill but behave as one game object. Ten primitives plus an irregular asteroid generator.
- Authentic vector rendering + vector text - glowing ends, beam intensity, stroked text that can become geometry (fly, shatter, animate).
- Genre systems + packs - Tempest-style tubes, Battlezone-style first-person wireframe worlds, Box2D on vector (including concave shapes), five gameplay packs, thirty-four examples.
- UI stacking that behaves - button captions above buttons, dialogs covering what is beneath, dropdowns and overlays stacking without manual z-order hacks.
The Agent understanding of prompts like “make Asteroids with solid rocks” or “Tempest tube shooter” is the product pitch. Your job tonight is to treat those prompts as acceptance tests, not as magic.
Critical version rule from the announcement: new Agent games use v2.6 automatically; existing projects stay on the version they were built with. That single sentence is why P1 exists. If you open an old project and expect solid fills, you may still be on an older AE and blame the release for a pin you never checked.
Phaser AE vs open-source Phaser - say it out loud
Many creators land on phaser ae v2.6 from the Phaser brand and assume they can paste AE output into a Phaser 3/4 npm project. That is the most expensive confusion in this niche.
| Phaser AE (Game Agent) | Open-source Phaser (npm) | |
|---|---|---|
| Primary job | Agent-authored vector arcade prototypes and Agent-hosted workflows | Hand-authored / team-authored browser games with full code ownership |
| Asset model | Geometry-first; no sprite atlases required for the vector path | Sprites, atlases, tilemaps, audio pipelines you control |
| Versioning | Agent project pins; new projects get latest AE | You pin phaser in package.json |
| Editability | Agent + examples; confirm how much source you can export and own | Full repo, CI, reviews, PRs |
| Best fit | One-evening genre spikes, vector arcade R&D, prompt-driven demos | Shipping products, long-lived codebases, custom engines on top of Phaser |
Rule of thumb: use AE v2.6 to discover whether a vector arcade loop is fun and shippable as a concept. Use open-source Phaser (and our 25 free Phaser.js web game resources) when you need a durable codebase, team review, and storefront packaging. If a professional Phaser developer asks “should we migrate production to AE?”, the honest default this month is hold until export ownership and long-term maintenance answers are written down.
Why a bounded test now
Three pressures push teams toward a rushed “we’re on v2.6” claim.
First, Agent FOMO - weekly notes and LinkedIn posts show solid Asteroids and Tempest tubes. Curated demos are ceilings.
Second, version pinning - existing projects do not auto-upgrade. Teams that “tested v2.6” on an old pin tested nothing.
Third, physics and UI regressions - Box2D on concave vector shapes and UI stacking are exactly the places demos look perfect and real prompts break. P3 and P4 exist for that reason.
Monday ritual - one project, six gates, one decision
Run this in a lab account at the start of the week, before any production Agent work.
| Minute | Action | Evidence | Keep or hold |
|---|---|---|---|
| 0-10 | Confirm new project vs old pin; record AE version string | Session header in receipt | Hold if you cannot prove v2.6 |
| 10-25 | Prompt matrix: solid Asteroids OR Tempest tube (pick one primary) | Prompt text + playable loop | P2 passes when solids (not wireframes) are visible |
| 25-45 | Multi-part object or asteroid generator smoke | Screenshot of parts/fill | Pass when parts move as one object |
| 45-70 | UI stacking: settings dialog over gameplay | Caption/dialog screenshot | P3 passes if captions and overlays order correctly |
| 70-95 | Box2D concave / collision smoke | Physics note + fail log | P4 passes if collisions match intent |
| 95-120 | Export/download + Discord paste + receipt | Output path + decision | P5-P6 decide evaluation vs product lane |
If you only have 60 minutes, stop after P3. A solid-fill loop with correct UI stacking is better evidence than a half-broken Tempest tube.
Company CapEx four-liner
- Scope - one Game Agent seat evaluates one new AE v2.6 vector arcade prototype; no production Phaser migration.
- Cost - confirm current Agent / AE plan pricing on the day you buy; do not assume free demo = production tier.
- Trap - “it looks like Phaser” does not mean AE output is your open-source Phaser codebase.
- Owner - one named web engineer owns the version pin, export receipt, and keep/hold.
Prerequisites and safe first path
Beginner checklist
- [ ] Access to Phaser Game Agent (account per current Phaser terms).
- [ ] Create a new game project so you land on AE v2.6 automatically.
- [ ] Do not open an old project expecting v2.6 fills unless you have a documented migration path.
- [ ] Pick one genre for the evening: Asteroids-style solids or Tempest-style tube - not both.
- [ ] Have a note app ready for prompts, version string, and failures.
- [ ] Optional: a second browser for comparing against the official v2.6 announcement examples list.
Glossary
- Phaser AE: the Agent-side arcade/vector engine version, distinct from the npm
phaserpackage. - Solid fill: colored face inside a vector outline, not just a wireframe stroke.
- Gameplay pack: bundled systems/examples for a classic genre (Asteroids, Gravitar, Battlezone, Tempest, etc.).
- Version pin: the AE build locked to an existing Agent project; new projects get the current AE.
- Concave shape: a shape that dents inward - historically harder for physics engines; v2.6 claims Box2D support including complex concave geometry.
P1-P6 - the smoke in detail
P1 - Prove you are on AE v2.6
Create a new Game Agent project. Record whatever version/build indicator the UI exposes. If the product only says “latest,” note the date, the announcement claim that new games use v2.6, and a screenshot of the first solid-fill capability working - that is your practical proof.
Open an old project only as a negative control: confirm it still behaves like its prior pin (likely missing solid-fill behavior if it predated 2.6). That contrast is teaching gold for a team Discord paste.
Pass P1 when you have a new project you believe is on v2.6 and a written note of how you know.
P2 - Prompt matrix for a solid vector arcade loop
Use prompts as tests. Start with the announcement’s own examples, then tighten.
Primary prompts (pick one lane):
- “Make an Asteroids game where the rocks are solid filled vectors, not wireframes, with glowing outlines.”
- “Build a Tempest-style tube shooter with continuous lanes and solid enemy shapes.”
Follow-ups (run after the primary works):
- “Add a multi-part player craft with a separate turret or thruster part that moves with the body.”
- “Generate irregular solid asteroids using the asteroid generator.”
- “Add an attract screen with stroked vector text that can shatter when I press Start.”
Judge on observable acceptance criteria, not eloquence of the agent’s reply:
- Fills are visible (not outline-only).
- Objects rotate/scale without texture stretch artifacts.
- Depth sorting looks intentional when shapes overlap.
- The loop is playable for at least 30 seconds without a hard crash.
Pass P2 when the primary prompt produces a solid-fill playable loop matching the genre you asked for.
P3 - UI stacking receipt
Ask for a settings or pause dialog over the running game:
“Add a settings dialog that opens cleanly over the game with a captioned button that always draws text above the button.”
Check:
- Caption sits above the button, not under it.
- Dialog covers gameplay beneath it.
- Closing the dialog restores the game without stuck overlays.
This is the unglamorous fix called out in the v2.6 notes - and the one creators will feel immediately if it regresses.
Pass P3 when one dialog + captioned button stacks correctly without manual z-index hacks from you.
P4 - Box2D vector geometry smoke
Ask for a physics interaction that would fail on naive wireframe demos:
“Add Box2D collisions using a concave solid vector rock; the ship should bounce or shatter consistently on contact.”
Record:
- Does collision match the visible filled shape, or an invisible hull?
- Do concave dents produce tunneling or wrong normals?
- Does the debug draw (if shown) match the vector aesthetic claim?
If your primary lane was Tempest tubes, adapt: collide a solid enemy with the tube wall or player and note consistency.
Pass P4 when collisions are good enough to continue prototyping, with any failure modes written in the receipt. A documented fail is still a successful test.
P5 - Export, ownership, and editability
The keep/hold for a real product hinges here. Whatever export/download/share path Agent offers today:
- Capture a file or shareable build.
- Open or inspect enough of the result to know whether you can maintain it without the Agent.
- Note limits: can you put it in git? Can a second developer edit without Agent credits? Can you host it on itch as HTML5?
If you plan itch HTML5 hosting later, remember MIME and WASM hosting failures are a separate class of bug - see itch.io HTML5 CDN WASM MIME issues so you do not mislabel a host problem as an AE problem.
Pass P5 when you can state in one sentence whether tonight’s output is (a) Agent-only demo, (b) exportable prototype, or (c) something you would refuse to ship.
P6 - Decision and Discord paste
Write the decision: evaluation-only, prototype lane, or hold. Paste a creator-ready note:
Phaser AE v2.6 smoke (YYYY-MM-DD)
Project: new Agent game (not old pin)
Primary prompt: [Asteroids solids / Tempest tube]
P1 version proof: [how we know]
P2 solids visible: yes/no
P3 UI stacking: pass/fail
P4 Box2D concave: pass/fail + note
P5 export ownership: demo-only / prototype / ship-ready
Decision: keep evaluation / hold migration / next test
Pass P6 when the paste and receipt exist with a named owner.
Prompt matrix (copyable)
Use these as a checklist, not as spam. One primary + two follow-ups is enough for an evening.
| ID | Prompt | Gate |
|---|---|---|
| A1 | Solid Asteroids rocks with fills + glow outlines | P2 |
| A2 | Multi-part ship with thruster or turret part | P2 |
| A3 | Settings dialog over gameplay, captioned buttons | P3 |
| T1 | Tempest tube with lanes + solid enemies | P2 |
| T2 | Battlezone-inspired FP vector tank vignette | optional |
| B1 | Box2D concave solid rock collision | P4 |
| X1 | Attract screen, high score table, shatter on Start | polish |
Stop adding prompts when you have enough evidence. Prompt spam without receipts is how teams fake productivity.
Failure modes to expect
- Old project, no solids - version pin, not a v2.6 bug. Create a new project.
- Looks solid in stills, hollow in motion - capture a short clip; fills that break under rotation are a P2 fail.
- Physics hull ≠ visible shape - write it down; do not ship skill-based combat on that build.
- UI captions under buttons - P3 fail; do not trust complex menus yet.
- Confusing AE with npm Phaser - process fail; separate the stacks in your architecture doc.
- Export you cannot edit - P5 hold for production; fine for a jam demo.
Receipt - phaser_ae_v2_6_vector_arcade_receipt_v1.json
{
"receipt": "phaser_ae_v2_6_vector_arcade_receipt_v1",
"date": "2026-08-15",
"primary_keyword": "phaser ae v2.6",
"project_type": "new_game_agent_project",
"ae_version_proof": "REPLACE_WITH_UI_STRING_OR_DATE_PLUS_NEW_PROJECT_RULE",
"genre_lane": "asteroids_solids|tempest_tube",
"prompts_run": ["A1", "A3", "B1"],
"gates": {
"P1_version": "pass|hold",
"P2_solid_loop": "pass|hold",
"P3_ui_stacking": "pass|hold",
"P4_box2d": "pass|hold",
"P5_export_ownership": "pass|hold",
"P6_decision": "pass"
},
"failures": ["list concrete issues"],
"decision": "evaluation-only|prototype-lane|hold",
"ae_vs_opensource_phaser": "AE for spike; Phaser npm for product unless overridden",
"owner": "named-creator-or-engineer"
}
What teams should do next Monday
Solo creator
- New Agent project only.
- One genre lane, three prompts max.
- Paste the Discord template even if you hold.
Small web team
- Assign one engineer to own the pin and receipt.
- Ban “we’re on v2.6” Slack claims without a P1 proof.
- Keep open-source Phaser as the product stack until P5 clears.
Company / publisher evaluators
- Separate Agent seat cost from “rewrite the catalog in AE.”
- Require export ownership language in any vendor diligence.
- Treat AE demos as R&D until editability is proven.
Creator sharing a clip
Share three beats labeled wireframe expectation, solid fill result, and UI dialog over game. That teaches more than a feature list.
Related workflows on this site
If you are still wiring the Agent into Cursor, start with the MCP evening. If physics prompts are your next spike after solids, use the Box3D Agent spike as a cousin - different intent, same Agent discipline. For a durable Phaser learning shelf, keep the Phaser.js resources roundup bookmarked.
Key takeaways
- Phaser AE v2.6 shipped early August 2026 as a vector arcade-focused Agent engine with solid fills, multi-part shapes, genre packs, Box2D, and fixed UI stacking (announcement).
- New Agent projects use v2.6; existing projects stay pinned - always prove the pin (P1).
- Judge prompts with acceptance criteria (visible fills, playable loop), not vibes.
- UI stacking (captions above buttons, dialogs on top) is a first-class gate, not polish.
- Box2D on concave vector shapes needs an explicit collision smoke (P4).
- AE is not a drop-in for open-source Phaser; separate prototype vs product stacks.
- Five gameplay packs and 34 examples are learning fuel - still run your own receipt.
- Export ownership (P5) decides evaluation vs shipping honesty.
- A narrow hold with a named failure is more useful than “Agent is cool.”
- Cap prompt spam; one primary + two follow-ups beats twenty unlogged chats.
- Hosting HTML5 on itch can fail for MIME reasons unrelated to AE - isolate layers.
- Keep MCP/Box3D cousin posts for different intents; this URL owns v2.6 vector arcade.
FAQ - Phaser AE v2.6
What is Phaser AE v2.6?
It is the August 2026 Game Agent engine release focused on complete vector arcade games: solid fills, multi-part shapes, Tempest/Battlezone systems, Box2D on vector geometry, gameplay packs, examples, and corrected UI stacking. Confirm details on the official Phaser news post.
Do existing Phaser Game Agent projects upgrade to v2.6 automatically?
No. New games use v2.6 automatically; existing projects stay on the version they were built with. Create a new project to test v2.6, or follow whatever migration path Phaser documents later.
Is Phaser AE the same as the Phaser npm package?
No. AE is the Agent-side engine for geometry-first arcade prototypes. Open-source Phaser is the npm framework for hand-authored browser games. Do not assume AE output is a Phaser 3/4 repo.
Can I make solid Asteroids without sprite sheets in AE v2.6?
Yes - that is a headline v2.6 capability: filled vector shapes with outlines, generated from geometry. Prove it with a P2 prompt and a screenshot, not only the announcement.
Does AE v2.6 support Box2D with concave shapes?
Phaser’s release notes state Box2D integrates with vector geometry including complex concave shapes. Still run P4 on your build - demos and your prompt may differ.
Why did my UI captions render under buttons before?
Older Agent UI stacking required manual ordering. v2.6 claims captions, dialogs, and overlays stack correctly by default. Verify with P3.
Should a professional Phaser team switch production games to AE?
Default hold. Use AE for spikes and demos; keep open-source Phaser for long-lived products until export ownership, review workflow, and staffing fit are proven (P5 + CapEx).
How long should the first test take?
Plan 60-120 minutes for one new project, one genre lane, and a written receipt. Stop after P3 if time is short.
Related reading
- How to Use Phaser Game Agent MCP with Cursor - First Browser Game Evening 2026
- How to Try Phaser Game Agent Box3D - First Indie Physics Prompt Spike 2026
- Box3D Physics Keep Hold - First Indie Spike Evening 2026
- 25 free Phaser.js web game development resources
- itch.io HTML5 CDN WASM MIME cache issues - fix