Push balls to opponent's side online. That's it. That's the game. google-balls-the-thrusting-production.up.railway.app
googleballs
at main 19 lines 367 B view raw
1{ 2 "name": "google-balls-the-thrusting", 3 "version": "1.0.0", 4 "scripts": { 5 "dev": "bun --watch server.ts", 6 "start": "bun server.ts" 7 }, 8 "devDependencies": { 9 "@types/bun": "latest" 10 }, 11 "dependencies": { 12 "bun-plugin-tailwind": "^0.1.2", 13 "tailwindcss": "^4.1.18" 14 }, 15 "private": true, 16 "peerDependencies": { 17 "typescript": "^5" 18 } 19}