{"id":31702043,"url":"https://github.com/redinfinitypro/cardgame_python","last_synced_at":"2026-07-22T23:31:52.503Z","repository":{"id":301042115,"uuid":"1004378640","full_name":"RedInfinityPro/CardGame_Python","owner":"RedInfinityPro","description":"The code defines CardRarity and Standard_Cards classes, imports MainMenu and CardDeck libraries, and uses a pygame library for a card game with 104 cards, bonus, cursed, and bug fixes.","archived":false,"fork":false,"pushed_at":"2025-07-18T16:54:46.000Z","size":304,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-07-16T12:28:22.259Z","etag":null,"topics":["io","math","os","pygame","random","requests","sys","time"],"latest_commit_sha":null,"homepage":"","language":"Python","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/RedInfinityPro.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-06-18T14:30:09.000Z","updated_at":"2025-07-18T16:54:50.000Z","dependencies_parsed_at":"2025-06-24T22:04:22.973Z","dependency_job_id":"2de17ab0-ff6c-416c-8cfa-4c3ed11a3b0f","html_url":"https://github.com/RedInfinityPro/CardGame_Python","commit_stats":null,"previous_names":["redinfinitypro/cardgame_python"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/RedInfinityPro/CardGame_Python","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RedInfinityPro%2FCardGame_Python","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RedInfinityPro%2FCardGame_Python/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RedInfinityPro%2FCardGame_Python/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RedInfinityPro%2FCardGame_Python/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RedInfinityPro","download_url":"https://codeload.github.com/RedInfinityPro/CardGame_Python/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RedInfinityPro%2FCardGame_Python/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35782270,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-07-20T02:08:10.276Z","status":"online","status_checked_at":"2026-07-22T02:00:06.236Z","response_time":124,"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":["io","math","os","pygame","random","requests","sys","time"],"created_at":"2025-10-08T21:11:12.323Z","updated_at":"2026-07-22T23:31:52.498Z","avatar_url":"https://github.com/RedInfinityPro.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CardGame_Python\nThe code defines CardRarity and Standard_Cards classes, imports MainMenu and CardDeck libraries, and uses a pygame library for a card game with 104 cards, bonus, cursed, and bug fixes. \n\n![pygame](https://badge.fury.io/py/pygame.svg)\n![random](https://badge.fury.io/py/random.svg)\n![sys](https://badge.fury.io/py/sys.svg)\n![time](https://badge.fury.io/py/time.svg)\n![os](https://badge.fury.io/py/os.svg)\n![pygame_menu](https://badge.fury.io/py/pygame_menu.svg)\n![math](https://badge.fury.io/py/math.svg)\n![requests](https://badge.fury.io/py/requests.svg)\n![io](https://badge.fury.io/py/io.svg)\n\n## Table Of Contents\n- Description\n- Contributing\n- Project Structure\n  \n## 📖 Description\nThis code defines a class called CardRarity, which calculates card appearance probability, and a class called Standard_Cards, which manages card types. It imports files from MainMenu and CardDeck libraries, and uses a pygame library to manage the application. The code also includes functions like draw_Icon_and_Number and draw_words. The game includes a deck of 104 cards, bonus cards, cursed cards, and bug fixes.\n\n## 🤝 Contributing\n1. Fork the Repository\n    - Click on the Fork button at the top right corner of the repository page to create your own fork of the repository.\n2. Create a Pull Request\n    - Navigate to the original repository and create a pull request to merge your changes into the main branch.\n\n## 📂 Project Structure\n  - 📂 Assets\n    - 📂 plan\n      - 📄 work.txt\n    - 📷 cardBack.png\n    - 📷 cardFront.png\n  - 📂 CardDeck\n     - 📄 cardAssets.py\n     - 📄 cardFile.py\n  - 📂 Container\n    - 📄 __init__.py\n    - 📄 imports_library.py\n  - 📂 MainMenu\n    - 📄 baseFile.py\n    - 📄 menuFile.py\n    - 📄 pauseFile.py\n  - 📄 README.md\n  - 📄 main.py\n  - 📄 test 1.py\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fredinfinitypro%2Fcardgame_python","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fredinfinitypro%2Fcardgame_python","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fredinfinitypro%2Fcardgame_python/lists"}