tangled
alpha
login
or
join now
goose.art
/
cloud-go
0
fork
atom
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.
0
fork
atom
overview
issues
pulls
pipelines
cloud-go
/
src
/
lib
/
stores
/
spectating.ts
at
master
3 lines
85 B
view raw
wrap content
goose.art
Fix login button visibility and Enter key submission
5w ago
ed33d52f
1
import
{
writable
}
from
'svelte/store'
;
2
3
export
const
spectating
=
writable
(
false
)
;