managarten/games/mana-games/apps/web/.env.example
Till-JS 23f8950318 feat(games): add mana-games - AI-powered browser games platform
New project with 22+ browser games and AI game generation capabilities:
- Astro PWA web app with game catalog and player
- NestJS backend with AI game generator (Gemini, Claude, GPT-4o)
- Community game submission via GitHub API
- postMessage integration for score tracking
- PWA support with offline capabilities

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-28 20:13:14 +01:00

11 lines
No EOL
406 B
Text

# OpenRouter API Key
# Get your API key from https://openrouter.ai/keys
OPENROUTER_API_KEY=your_api_key_here
# GitHub API Token (for community submissions)
# Create a personal access token with 'repo' scope at https://github.com/settings/tokens
GITHUB_TOKEN=your_github_token_here
# GitHub Repository Settings (optional - defaults to current repo)
GITHUB_OWNER=your_github_username
GITHUB_REPO=mana-games