{"id":31793610,"url":"https://github.com/rjryt/frostplay-hub","last_synced_at":"2025-10-10T18:27:36.488Z","repository":{"id":310335924,"uuid":"1039491575","full_name":"RJRYT/frostplay-hub","owner":"RJRYT","description":null,"archived":false,"fork":false,"pushed_at":"2025-08-17T12:22:23.000Z","size":500,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-01T11:40:59.525Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://rjryt.github.io/frostplay-hub/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/RJRYT.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-08-17T11:01:43.000Z","updated_at":"2025-08-17T12:22:26.000Z","dependencies_parsed_at":"2025-08-17T13:09:47.944Z","dependency_job_id":"8b06d8f3-7c50-4c82-9192-74e8561037ed","html_url":"https://github.com/RJRYT/frostplay-hub","commit_stats":null,"previous_names":["rjryt/frostplay-hub"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/RJRYT/frostplay-hub","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RJRYT%2Ffrostplay-hub","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RJRYT%2Ffrostplay-hub/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RJRYT%2Ffrostplay-hub/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RJRYT%2Ffrostplay-hub/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RJRYT","download_url":"https://codeload.github.com/RJRYT/frostplay-hub/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RJRYT%2Ffrostplay-hub/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279004910,"owners_count":26083802,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-10T02:00:06.843Z","response_time":62,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-10-10T18:27:35.332Z","updated_at":"2025-10-10T18:27:36.482Z","avatar_url":"https://github.com/RJRYT.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# FrostPlay - Modern Gaming Portfolio\n\nA cutting-edge gaming portfolio built with Vite, React, and Tailwind CSS featuring PWA capabilities, offline gameplay, and stunning visual effects.\n\n## ✨ Features\n\n- 🎮 **PWA-Enabled**: Full offline gaming experience\n- 🎨 **Modern Design**: Glassmorphism, neumorphism, and fluid typography\n- 📱 **Responsive**: Works seamlessly across all devices\n- ⚡ **Performance**: Optimized with code splitting and caching\n- 🔍 **SEO-Ready**: Complete meta tags and structured data\n- ♿ **Accessible**: WCAG compliant with keyboard navigation\n\n## 🚀 Quick Start\n\n```bash\n# Install dependencies\nnpm install\n\n# Start development server\nnpm run dev\n\n# Build for production\nnpm run build\n\n# Preview production build\nnpm run preview\n```\n\n## 🎯 Game Development\n\n### Adding a New Game\n\n1. Create game directory: `public/games/your-game-slug/`\n2. Add game files including `index.html`\n3. Update `src/lib/games.ts` with game metadata\n4. Generate thumbnail image\n5. Build and deploy\n\n### Game Structure\n```\npublic/games/your-game/\n├── index.html          # Main game file\n├── thumbnail.png       # Game thumbnail (1024x576)\n├── assets/            # Game assets\n└── manifest.json      # Game manifest (optional)\n```\n\n## 🛠 Technology Stack\n\n- **Framework**: Vite + React + TypeScript\n- **Styling**: Tailwind CSS with custom design system\n- **PWA**: vite-plugin-pwa with Workbox\n- **Routing**: React Router v6\n- **UI**: Custom components with shadcn/ui base\n- **Icons**: Lucide React\n\n## 📦 Build Scripts\n\n- `npm run dev` - Development server\n- `npm run build` - Production build\n- `npm run preview` - Preview build locally\n- `npm run type-check` - TypeScript checking\n\n## 🎨 Design System\n\nThe project uses a comprehensive design system with:\n\n- **Colors**: HSL-based with semantic tokens\n- **Typography**: Fluid responsive scales\n- **Components**: Glass and neumorphic effects\n- **Animations**: CSS keyframes with reduced motion support\n- **Layout**: Container queries and responsive design\n\n## 🔧 Configuration\n\n### PWA Settings\nThe PWA is configured in `vite.config.ts` with:\n- Service worker for caching\n- Offline fallbacks\n- Install prompts\n- Background sync\n\n### Design Tokens\nAll design tokens are defined in `src/index.css`:\n- Color variables (HSL format)\n- Gradients and shadows\n- Typography scales\n- Animation timings\n\n## 📱 PWA Features\n\n- **Offline Gaming**: Games work without internet\n- **Install Prompt**: Native app-like installation\n- **Background Sync**: Queue actions when offline\n- **Push Notifications**: Game updates and scores\n- **Responsive Design**: Mobile-first approach\n\n## 🚀 Deployment\n\n### Vercel/Netlify (Recommended)\n```bash\nnpm run build\n# Deploy dist/ folder\n```\n\n### Manual Deployment\n```bash\n# Build the project\nnpm run build\n\n# Upload dist/ contents to your web server\n# Ensure proper routing for SPA\n```\n\n## 🎮 Demo Games\n\nThe portfolio includes demo games:\n\n1. **Frost Runner** - Endless runner with ice effects\n2. **Neon Puzzle** - Glowing block puzzle game  \n3. **Cyber Defense** - Tower defense strategy\n\n## 🤝 Contributing\n\n1. Fork the repository\n2. Create feature branch\n3. Add your game to `public/games/`\n4. Update game metadata\n5. Submit pull request\n\n## 📄 License\n\nMIT License - feel free to use for your own gaming portfolio!\n\n## 🙏 Acknowledgments\n\nBuilt with modern web technologies and a passion for gaming experiences.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frjryt%2Ffrostplay-hub","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frjryt%2Ffrostplay-hub","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frjryt%2Ffrostplay-hub/lists"}