{"id":41653481,"url":"https://github.com/fused-gaming/blackjack-premium","last_synced_at":"2026-01-27T19:26:24.094Z","repository":{"id":333900749,"uuid":"1138993480","full_name":"Fused-Gaming/blackjack-premium","owner":"Fused-Gaming","description":"🎰 Premium casino-quality Blackjack game with React, TypeScript, and Framer Motion. Features provably fair gameplay, 3D animations, and responsive design.","archived":false,"fork":false,"pushed_at":"2026-01-25T18:56:18.000Z","size":30619,"stargazers_count":2,"open_issues_count":67,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-01-26T07:40:27.930Z","etag":null,"topics":["blackjack","casino","framer-motion","game","gaming","react","responsive-design","tailwindcss","typescript","vite"],"latest_commit_sha":null,"homepage":null,"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/Fused-Gaming.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":"ROADMAP.md","authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-01-21T11:34:38.000Z","updated_at":"2026-01-25T04:18:57.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/Fused-Gaming/blackjack-premium","commit_stats":null,"previous_names":["fused-gaming/blackjack-premium"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Fused-Gaming/blackjack-premium","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Fused-Gaming%2Fblackjack-premium","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Fused-Gaming%2Fblackjack-premium/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Fused-Gaming%2Fblackjack-premium/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Fused-Gaming%2Fblackjack-premium/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Fused-Gaming","download_url":"https://codeload.github.com/Fused-Gaming/blackjack-premium/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Fused-Gaming%2Fblackjack-premium/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28784093,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-26T13:55:28.044Z","status":"ssl_error","status_checked_at":"2026-01-26T13:55:26.068Z","response_time":59,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["blackjack","casino","framer-motion","game","gaming","react","responsive-design","tailwindcss","typescript","vite"],"created_at":"2026-01-24T16:18:40.232Z","updated_at":"2026-01-26T18:01:36.038Z","avatar_url":"https://github.com/Fused-Gaming.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Blackjack Game\n\nA professional, secure, and engaging blackjack game inspired by modern crypto casino interfaces.\n\n## Features\n\n- **Classic Blackjack Gameplay**: Standard rules with dealer standing on 17\n- **Multi-Seat Support**: Play up to 3 hands simultaneously\n- **Insurance \u0026 Side Bets**: Full feature set for advanced players\n- **Split \u0026 Double Down**: All standard blackjack actions supported\n- **Provably Fair**: Transparent RNG for verifiable fairness\n- **Modern UI**: Dark theme with smooth animations\n- **Responsive Design**: Works on desktop and mobile devices\n\n## Tech Stack\n\n- React 18 + TypeScript\n- Vite for fast development\n- Tailwind CSS for styling\n- Framer Motion for animations\n- Zustand for state management\n\n## Getting Started\n\n### Prerequisites\n- Node.js 18+ and npm/pnpm\n\n### Installation\n\n```bash\n# Clone the repository\ngit clone \u003crepository-url\u003e\ncd blackjack\n\n# Install dependencies\nnpm install\n\n# Copy environment variables\ncp .env.example .env\n\n# Start development server\nnpm run dev\n```\n\nThe game will be available at `http://localhost:5173`\n\n## Game Rules\n\n- Dealer stands on 17\n- Blackjack pays 3:2\n- Insurance pays 2:1\n- Double down allowed on any two cards\n- Split allowed on pairs (max 1 split per hand)\n- No surrender option\n\n## Development\n\n```bash\n# Run development server\nnpm run dev\n\n# Run tests\nnpm test\n\n# Build for production\nnpm run build\n\n# Preview production build\nnpm run preview\n\n# Lint code\nnpm run lint\n```\n\n## Project Structure\n\n```\nsrc/\n├── components/      # React components\n├── engine/          # Game logic and rules\n├── hooks/           # Custom React hooks\n├── store/           # Zustand state management\n├── types/           # TypeScript type definitions\n├── utils/           # Utility functions\n└── assets/          # Images, sounds, icons\n```\n\n## Contributing\n\nPlease read [CONTRIBUTING.md](CONTRIBUTING.md) before submitting pull requests.\n\n## Security\n\nReport security issues to the project maintainer. See [SECURITY.md](SECURITY.md) for details.\n\n## License\n\nMIT License - See LICENSE file for details\n\n## Changelog\n\nSee [CHANGELOG.md](CHANGELOG.md) for version history.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffused-gaming%2Fblackjack-premium","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffused-gaming%2Fblackjack-premium","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffused-gaming%2Fblackjack-premium/lists"}