{"id":49655283,"url":"https://github.com/nedhmn/ygeometric","last_synced_at":"2026-05-06T08:43:52.965Z","repository":{"id":276726527,"uuid":"929171817","full_name":"nedhmn/ygeometric","owner":"nedhmn","description":"Yu-Gi-Oh! deck probability calculator using hypergeometric distribution. Successor to yugioh.party.","archived":false,"fork":false,"pushed_at":"2025-02-10T06:11:00.000Z","size":688,"stargazers_count":0,"open_issues_count":10,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-01T05:28:26.264Z","etag":null,"topics":["probability","yugioh"],"latest_commit_sha":null,"homepage":"https://www.ygeometric.com/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nedhmn.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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-02-08T00:02:13.000Z","updated_at":"2025-02-10T06:11:04.000Z","dependencies_parsed_at":"2025-02-10T05:19:45.137Z","dependency_job_id":"b5a53229-8430-4eb8-a772-69d89d497f5c","html_url":"https://github.com/nedhmn/ygeometric","commit_stats":null,"previous_names":["nedhmn/ygeometric","hmnned/ygeometric"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/nedhmn/ygeometric","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nedhmn%2Fygeometric","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nedhmn%2Fygeometric/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nedhmn%2Fygeometric/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nedhmn%2Fygeometric/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nedhmn","download_url":"https://codeload.github.com/nedhmn/ygeometric/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nedhmn%2Fygeometric/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32685796,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-06T08:33:17.875Z","status":"ssl_error","status_checked_at":"2026-05-06T08:33:17.221Z","response_time":117,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["probability","yugioh"],"created_at":"2026-05-06T08:43:51.805Z","updated_at":"2026-05-06T08:43:52.947Z","avatar_url":"https://github.com/nedhmn.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Yu-Gi-Oh! Deck Calculator\n\n[![Next.js](https://img.shields.io/badge/Next.js-15-black?style=flat\u0026logo=next.js)](https://nextjs.org/)\n[![TypeScript](https://img.shields.io/badge/TypeScript-5-blue?style=flat\u0026logo=typescript)](https://www.typescriptlang.org/)\n[![Tailwind CSS](https://img.shields.io/badge/Tailwind-3.4-38B2AC?style=flat\u0026logo=tailwind-css)](https://tailwindcss.com/)\n[![shadcn/ui](https://img.shields.io/badge/shadcn%2Fui-9.15-black?style=flat)](https://ui.shadcn.com/)\n[![Vercel](https://img.shields.io/badge/Vercel-deployed-000000?style=flat\u0026logo=vercel)](https://vercel.com)\n[![License](https://img.shields.io/badge/license-MIT-green.svg)](LICENSE)\n[![CI](https://github.com/nedhmn/ygeometric/actions/workflows/production.yml/badge.svg)](https://github.com/nedhmn/ygeometric/actions/workflows/production.yml)\n\nA hypergeometric probability calculator for Yu-Gi-Oh! deck optimization. Calculate the odds of drawing specific card combinations to build more consistent decks. Spiritual successor to yugioh.party.\n\n![ygeometric-preview](assets/ygeometric-preview.gif)\n\n🔗 **[https://www.ygeometric.com](https://ygeometric.vercel.app)**\n\n## 🎮 Features\n\n- Calculate probability of drawing specific cards/combinations\n- Support for multiple card scenarios\n- Mobile-friendly interface\n\n## 📱 Usage\n\n1. Enter your deck size (40-60 cards)\n2. Set your opening hand size (typically 5-6 cards)\n3. Add card groups you want to calculate probabilities where:\n   - Amt is the number of copies in your deck\n   - Min is the minimum number of copies you want to see in your hand\n   - Max is the maximum number of copies you want to see in your hand\n4. View real-time probability calculations\n\n## 💻 Local Development\n\n# Clone the repository\n\n```bash\ngit clone https://github.com/nedhmn/ygeometric.git\n```\n\n# Navigate to the project\n\n```bash\ncd ygeometric\n```\n\n# Install dependencies\n\n```bash\npnpm install\n```\n\n# Start development server\n\n```bash\npnpm dev\n```\n\nOpen [http://localhost:3000](http://localhost:3000) in your browser.\n\n## 🗺️ Roadmap\n\n- [ ] Keyboard shortcuts to add and remove card groups\n- [ ] Better error handling\n- [ ] Share results with link\n- [ ] More documentation on usage\n\n## 🧮 How It Works\n\nThe calculator uses the hypergeometric distribution to compute probabilities. This statistical model is perfect for card games as it calculates the probability of drawing specific cards from a finite deck without replacement.\n\n## 📝 License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n## 🙏 Acknowledgments\n\n- Inspired by the original yugioh.party\n- Yu-Gi-Oh! is a registered trademark of Konami\n- Gote for the url name\n- Horsemen\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnedhmn%2Fygeometric","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnedhmn%2Fygeometric","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnedhmn%2Fygeometric/lists"}