Licence
—
Version
2.1.0
Deps
2
Size
12 kB
Vulns
0
Weekly
0
SageGames
Casual games for your app (Quiz Master, Memory Match, Sudoku Arena, Word Search and Word Rush), with scores the server verifies, per-chat leaderboards and webhooks. Works in React Native / Expo and on the web.
- Add games to an app: docs/DEVELOPER_GUIDE.md
- Japabudz integration: docs/guides/JAPABUDZ_INTEGRATION.md
- API keys and the developer portal: docs/KEYS_SETUP.md
- Deploying (Supabase + Render): docs/DEPLOYMENT.md
- How it works: docs/ARCHITECTURE.md
npm install --include=dev --legacy-peer-deps
npm run build # packages, API and portal
npm test # all tests, offline
npm run playground # the real game screens in a browser: http://localhost:5199
| Package | |
|---|---|
@sagegames/react-native |
React Native / Expo SDK |
@sagegames/react |
React web SDK |
@sagegames/react-headless |
Shared provider, launcher and game hooks |
@sagegames/core |
API client and game runtime |
@sagegames/engine |
Deterministic engine and server-side replay |
@sagegames/game-* |
The five games' rules |