🤖
Stars 8-b model
Purpose-built AI for software engineering and game logic synthesis. Generate scenes, entities, and scripts aligned to mobile performance constraints and best practices.
- State machines, inputs, and UI generation
- Assets and code structured for reuse
- Test scaffolds for core mechanics
⌨️
CLI for speed
Create, run, and iterate with a single command. Scaffold projects, add levels, and hot‑reload gameplay while the AI patches logic safely.
npx starsce new space-runner
cd space-runner
starsce generate level --theme "orbital docks"
starsce dev
🪐
StarsCE physics engine
Deterministic, mobile‑optimized physics with collisions, joints, forces, and triggers. Integrates seamlessly with the AI to ensure physically consistent generations.
- Deterministic stepper for netcode
- 2D/2.5D rigidbodies and constraints
- Debug overlays and record/replay