AGENTS.md
AGENTS.mdAGENTS.mdroot
Quality
85/100
Scores the file, not the repository.Length
258 words
12 headings · 3 code blocksRepository
2
— · pushed 220 days agoLast changed
3 days ago
First indexed 3 days ago.1# Project Overview23**Party Battle** is a real-time multiplayer game platform built as an npm workspace with distinct backend and frontend packages. The architecture supports multiple mini-games (Potato, Snake, Pick-Cards) with live player interactions via WebSocket connections.45### Architecture67- **Backend** (`backend-party-battle`): Node.js server with Colyseus game rooms8- **Frontend** (`frontend-party-battle`): Expo/React Native mobile app9- **Shared Types** (`types-party-battle`): Shared TypeScript schemas and configs between frontend and backend1011### Core Technologies1213- **Real-time Engine**: Colyseus for authoritative server game rooms14- **Frontend Framework**: Expo SDK with React Native15- **Styling**: NativeWind (Tailwind CSS for React Native)16- **UI Components**: GlueStack UI component library (V3)1718## Setup1920### Workspace Installation2122```bash23npm ci2425# Build shared types first26npm run build --workspace=types-party-battle27```2829### Development Environment3031```bash32# Start backend development server (stays open until canceled)33npm run dev --workspace=backend-party-battle3435# Start frontend development server (stays open until canceled)36npm run start --workspace=frontend-party-battle37```3839## Test, Lint & Type check4041```bash42npm test4344npm run lint45npm run lint:fix4647npm run check-types48```4950## PR instructions5152- This project uses the Release-Please commit style.53- PR Title format: type: description5455types5657- `feat`: New features58- `fix`: Bug fixes59- `deps`: Dependencies6061## Coding Guidelines6263- NEVER write comments in code. Write self-documenting code instead!64- Use existing UI components if possible. If no matching component is available, copy one from gluestack ui v3 into the components/ui directory65- Prefer tailwind over custom style props66- React Native does not support all features which are available in web browsers67
Also in thirty-degrees/party-battle
Diff this repo’s formatsOne repository carrying more than one format is the comparison this product exists for: does anyone actually write different content in each file, or is one a copy of the other?
| Repository | Format | Stack | Covers | Score | Changed |
|---|---|---|---|---|---|
| thirty-degrees/party-battle.cursor/rules/dir-structure.mdc · 2 | Cursor rules | no sections | 4/100 | 3 days ago | |
| thirty-degrees/party-battle.cursor/rules/ui-components.mdc · 2 | Cursor rules | agent-behaviour | 30/100 | 3 days ago |
Similar configs
Same format, overlapping stack, ranked by quality.
| Repository | Format | Stack | Covers | Score | Changed |
|---|---|---|---|---|---|
| aaif-goose/gooseAGENTS.md · 52k | AGENTS.md | setupbuildtestlint-format+6 | 100/100 | 3 days ago | |
| code-yeongyu/oh-my-openagentpackages/web/AGENTS.md · 67k | AGENTS.md | setupbuildtestlint-format+6 | 100/100 | 2 days ago | |
| mui/material-uiAGENTS.md · 99k | AGENTS.md | setupbuildtestlint-format+9 | 100/100 | 3 days ago | |
| n8n-io/n8npackages/@n8n/agents/AGENTS.md · 199k | AGENTS.md | buildteststylearch+3 | 100/100 | 3 days ago | |
| TryGhost/Ghoste2e/AGENTS.md · 55k | AGENTS.md | setupteststylearch+2 | 100/100 | 3 days ago | |
| duckduckgo/content-scope-scriptsspecial-pages/AGENTS.md · 70 | AGENTS.md | buildteststylearch+3 | 100/100 | 3 days ago | |
| trick77/agents-md-syncAGENTS.md · 2 | AGENTS.md | setupbuildteststyle+5 | 100/100 | 3 days ago | |
| elastic/elasticsearchx-pack/plugin/core/src/main/java/org/elasticsearch/xpack/core/ml/AGENTS.md · 78k | AGENTS.md | buildtestlint-formatstyle+2 | 100/100 | 3 days ago |
