â’ļ Game Engine

Welcome Guest — mobile-first dev lab synced with GitCodes + WebGL.

Build, Git, Publish — All inside AnarchySpace.

Spin up WebGL games with Monaco editing, visual presets, autosave commits, and push straight to `/games/play.php`. No Google stack, China-friendly networking, and fully sandboxed runtime.

Database Schema
users → games → assets → commits → versions
Backend APIs
create ¡ autosave ¡ commit ¡ publish ¡ upload
Editor Shell
Hierarchy ¡ Scene ¡ Inspector ¡ Assets ¡ Console

Status / Telemetry

Projects
-
Assets Stored
-
Commits Logged
-

My Projects

Create games directly from the browser and reopen them in the editor with one click.

Create Game

Projects

Latest autosaved projects show up here. Tap to open in a new tab.

Loading...

Live Editor Preview

Fully interactive Monaco + Three.js workspace. Use the status chip row at the bottom to watch progress.

Creation Flow

  1. 1. Create Game → folder generated under `/games/projects/{user}/{slug}`
  2. 2. Upload Assets → 50MB max per file, 500MB per project.
  3. 3. Edit Code → Monaco Editor + visual beginner buttons.
  4. 4. Autosave Commit → GitCodes entry w/ diff + metadata.
  5. 5. Publish Version → `games/play.php?id=GAME_ID` instantly playable.

Unity → AnarchySpace

  • Export to glTF + scene JSON.
  • Upload via `/games/import` → importer builds prefabs.
  • Transform API: `GameObject.transform` → `entity.transform`.
  • Physics plugins: Ammo.js ¡ Cannon.js ¡ Rapier ready.
  • Multiplayer via WebSocket server authority + prediction.

Engine Tracks

Shader Forge

Drop GLSL packs, LUTs, CRT overlays. Target mobile GPUs first, then upscale.

Layouts & UI

Design 2012-Instagram vibes for profiles, photo hub, live overlays.

Netcode Lab

Brokerless P2P with TURN fallbacks tuned for mainland routing.

Assets & Mods

Publish sprites, audio loops, emoji packs with manifests + mobile previews.

Dev Notes

[03:11] Schema + API scaffolding shipped.
[03:12] Monaco + WebGL editor running Dark Mode mobile-first.
[03:13] Status hooks + dev group CTA live. Keep pushing plugins + marketplace.