Imported from AaronBerman/canasta-mobile (
AGENTS.md). Install upstream withnpx skills add AaronBerman/canasta-mobile. Copyright stays with the author.
Agent notes
Layout
src/- shared TypeScript rules engine and AI (Vitest)mobile/- Expo React Native appserver/- optional multiplayerdocs/- gameplay, design, store listingrules/- example custom-rules JSON
Commands
npm install
npm test
cd mobile && npm install && npx expo start
Rules
- Do not invent stats or features.
- Keep gameplay logic in
src/so it stays testable. - Multiplayer is optional (
EXPO_PUBLIC_MULTIPLAYER_ENABLED). Do not assume it is on. - This repo is private. Do not treat it as open source.
- Do not commit
.envfiles ordocs/internal/*other thandocs/internal/README.md.