> ## Documentation Index
> Fetch the complete documentation index at: https://docs.wpos.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Triple Kingdom — the board box

> Built live by an AI agent from one prompt — 8 sections in 25 minutes, filmed end to end.

Triple Kingdom is a hand-drawn match-3 city-builder by a solo UK developer — famously with no ads, ever.

The 2026 edition unpacks the game like a **board-game box**: chunky rounded panels on deep forest green, a tile-merge strip as the hero's spine, a marching character parade, and the real live top score as an arcade chip. Display face: Londrina Solid.

**One prompt. 8 sections. 25 minutes of agent time.** Every save in
the film hot-reloads the real WordPress page and re-runs the verification gates
at 1200, 1920, and 390 px. The AGENT TIME chip shows true elapsed time through
the timelapse.

<video controls muted playsInline className="w-full rounded-xl" src="https://mintcdn.com/wpos/SJvQl-i8LbIDDJtq/videos/ultra/examples/triple.mp4?fit=max&auto=format&n=SJvQl-i8LbIDDJtq&q=85&s=b6dc73cc6b109e7d76f94e208d8fc180" data-path="videos/ultra/examples/triple.mp4" />

This is the film where the ship-signal rule was forged: take one ended early when the agent tagged the footer stub too soon. Take two, shown here, runs clean.

## The finished page

Both frames scroll — the full page at desktop 1440 px and mobile 390 px.

<div style={{display:'flex', gap:'16px', alignItems:'flex-start'}}>
  <div style={{flex:'1 1 0', minWidth:0, height:'620px', overflowY:'auto', borderRadius:'12px', border:'1px solid rgba(128,128,128,.3)'}}>
    <img src="https://mintcdn.com/wpos/SJvQl-i8LbIDDJtq/images/ultra/examples/triple-desktop.jpg?fit=max&auto=format&n=SJvQl-i8LbIDDJtq&q=85&s=e97a6673c3850530fdfaf768f6d97834" alt="Triple Kingdom redesign — full desktop page" noZoom style={{width:'100%', display:'block', margin:0}} width="1200" height="3816" data-path="images/ultra/examples/triple-desktop.jpg" />
  </div>

  <div style={{flex:'0 0 240px', height:'620px', overflowY:'auto', borderRadius:'12px', border:'1px solid rgba(128,128,128,.3)'}}>
    <img src="https://mintcdn.com/wpos/SJvQl-i8LbIDDJtq/images/ultra/examples/triple-mobile.jpg?fit=max&auto=format&n=SJvQl-i8LbIDDJtq&q=85&s=3bc0987986440ae5735bbabeb6983290" alt="Triple Kingdom redesign — full mobile page" noZoom style={{width:'100%', display:'block', margin:0}} width="390" height="6162" data-path="images/ultra/examples/triple-mobile.jpg" />
  </div>
</div>

## How it was built

* The agent followed a written design brief with the section order, the design
  direction above, and the site's real copy and assets staged locally.
* [`exjsx dev --gates`](/ultra/deploy) ran the loop: save → compile → deploy →
  hot reload → [gates](/ultra/verify), a few seconds per save.
* Sections are plain [JSX components](/ultra/components); fonts ship via one
  `@font-face` carrier ([Media and fonts](/ultra/media-and-fonts)).
* The finished page is native Elementor V4 — the film ends inside the editor.

<Note>
  A design study of the real Triple Kingdom site, rebuilt with its public copy and
  assets to test the toolchain. No affiliation with or endorsement by the
  original brand; the study is not published beyond this documentation.
</Note>
