extremely claude-assisted go game based on atproto! working on cleaning up and giving a more unique design, still has a bit of a slop vibe to it.
at master 3 lines 85 B view raw
1import { writable } from 'svelte/store'; 2 3export const spectating = writable(false);