claude (blind_chess) 80c4b8fc50 fix(client): rename stores/game.ts → game.svelte.ts so Svelte 5 runes compile
Svelte 5 runes ($state, $derived, $effect) only run through the
compiler in .svelte and .svelte.ts/js files. A plain .ts file leaves
$state(...) as a literal call at runtime, causing
"ReferenceError: $state is not defined" and a blank page.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-28 11:22:28 -04:00
S
Description
Web-based two-player chess where each player sees only their own pieces; the server is the moderator.
718 KiB
Languages
TypeScript 76.5%
Svelte 20.2%
Shell 1.9%
CSS 0.9%
HTML 0.3%
Other 0.1%