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 feature/update-game-on-player2-join 10 lines 157 B view raw
1#!/bin/bash 2set -e 3 4echo "Building..." 5npm run build 6 7echo "Deploying to Cloudflare Pages..." 8npx wrangler pages deploy .svelte-kit/cloudflare 9 10echo "Done!"