diff --git a/src/App.svelte b/src/App.svelte index 69a0cac..3386e96 100644 --- a/src/App.svelte +++ b/src/App.svelte @@ -1,4 +1,25 @@ -
+ + +

Duplicate Chess

-

Sandbox under construction.

+

Local sandbox — operator drives all four players. Click a piece on the + glowing boards to see its synchronized-legal moves.

+
+ +
+ +
+ + + + diff --git a/src/app.css b/src/app.css index e69de29..b9ba296 100644 --- a/src/app.css +++ b/src/app.css @@ -0,0 +1,8 @@ +:root { color-scheme: dark; } +* { box-sizing: border-box; } +body { + margin: 0; + background: #15171c; + color: #e6e8ec; + font-family: -apple-system, "Segoe UI", Roboto, sans-serif; +}