SEVEIL · Browser · 2D card gameBuilt the discipline
Constitution · human acceptance · ownership · rollback

01 · Playable result · Aug 17–19, 2026 · Unity 6 · Solo direction + AI agents
I transferred an AI production system—not code—from a 2D web game into Unity 3D. Reliability came from bounded work, evidence and human acceptance—not blind trust in AI.

02 · A portable production system
SEVEIL and Silensee share no engine, medium or gameplay architecture. What survived was the way I turn intent into bounded, testable work.
SEVEIL · Browser · 2D card gameConstitution · human acceptance · ownership · rollback
SILENSEE · Unity · 3D rogueliteBounded candidates · silent checks · visual gates · author playtest
03 · Reliability without pretending to be a programmer
I could not audit every C# line. I could still control production through contracts, plain-language reports, tests, rollback and human acceptance.
SILENSEE_V38_SILENT_MAINTENANCE_PASS · materialized=58 · namedConfiguration=True · presentationSeparated=True · v37Protected=True · audioPaused=True · audioVolume=0.0
Corrections are the proof
Reliability did not mean pretending the first answer was right. It meant making wrong answers visible, reversible and cheap to reject.
Correction: collision ownership was isolated and retested instead of patched through presentation code.
Correction: validation moved from an isolated enemy to the real spawned population chain.
Correction: the visual owner changed while the gameplay contract stayed intact.
Correction: gear-like, overbright shapes were replaced by restrained natural hits.
Correction: density, pursuit, enemy mix and upgrade variety moved ahead of polish.
Correction: the rejected pass was hard-retired, protected and turned into a visual-gate rule.
04 · The playable promise
One map, one character, one companion drone and one systemic rule: sound changes enemy state instead of flipping a scripted hostility switch.
Final runtime captureMovement fills a visible noise meter. Standing still lets it recover.
Investigation → pursuitFootsteps, gunfire and world events enter the same sound-reaction system.
Late-loop pressureAutomatic fire, upgrades and sound abilities turn stealth into controlled chaos.
05 · A sleeping population
A single enemy reacts locally. The horde emerges when alerted enemies wake neighbours and the reaction spreads.
This created a biomimetic crowd response without requiring a large AI model at runtime.

Population exists before combat.
A small pulse creates uncertainty.
Nearby enemies enter a yellow search state.
The expanding shock crosses the population.
The horde converts to red pursuit together.
06 · Inclusive by design
I wanted hearing-impaired players to read the same tactical information. I therefore designed and tested the prototype with audio muted.
Noise level, propagation rings, question marks, exclamation marks and enemy movement all carry meaning before sound is added.
07 · Visual evolution
This case study shows presentation decisions, not the underlying ability rules. Two early directions were rejected because they communicated motion and space too literally.



Only visual evolution is shown here. Ability parameters and interaction rules remain private.
08 · A map becomes a place
The sketch already contained pressure, safe light, buildings, spawn clusters and escalation points. Production translated those relationships before polishing surfaces.



Lock the playable footprint.

Translate building relationships.

Create readable boundaries.

Add navigation texture and light zones.

Shape reveal, shadow and threat.



09 · Prototype fidelity
AI-generated, poly-budgeted prototype assets created a useful middle ground between crude placeholders and production-final art.






A visible ten-minute-scale iteration
Centered crop from the original V33 capture. Functional, but visually anonymous.

A usable visual direction arrived in minutes.

Yellow communicates a standard upgrade.

Orange tests a rarer reward read in riskier spaces.
The common tier is shown in runtime. The orange image is an explicitly labeled color mockup, not a runtime capture.
10 · What the prototype proved
The same production discipline survived a new medium and engine.
Wrong answers became visible, reversible and cheap to reject.
AI executed. Evidence informed. I retained final acceptance.