{"id":30106974,"url":"https://github.com/gcarreno/objpas-card-framework","last_synced_at":"2026-02-25T20:04:46.267Z","repository":{"id":304264493,"uuid":"1018282884","full_name":"gcarreno/objpas-card-framework","owner":"gcarreno","description":"An attempt at creating a card framework in Object Pascal","archived":false,"fork":false,"pushed_at":"2025-07-23T11:21:11.000Z","size":130,"stargazers_count":8,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-10T01:32:07.956Z","etag":null,"topics":["card","card-framework","cards","cards-game","cards-games","fpc","framework","free-pascal","freepascal","klondike","poker","solitaire","uno"],"latest_commit_sha":null,"homepage":"","language":"Pascal","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/gcarreno.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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-07-12T00:14:08.000Z","updated_at":"2025-07-23T14:04:13.000Z","dependencies_parsed_at":null,"dependency_job_id":"954a28cb-ae2c-483d-b92d-70fc53899aae","html_url":"https://github.com/gcarreno/objpas-card-framework","commit_stats":null,"previous_names":["gcarreno/objpas-card-framework"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/gcarreno/objpas-card-framework","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gcarreno%2Fobjpas-card-framework","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gcarreno%2Fobjpas-card-framework/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gcarreno%2Fobjpas-card-framework/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gcarreno%2Fobjpas-card-framework/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gcarreno","download_url":"https://codeload.github.com/gcarreno/objpas-card-framework/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gcarreno%2Fobjpas-card-framework/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29837500,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-25T19:08:47.527Z","status":"ssl_error","status_checked_at":"2026-02-25T18:59:04.705Z","response_time":61,"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":["card","card-framework","cards","cards-game","cards-games","fpc","framework","free-pascal","freepascal","klondike","poker","solitaire","uno"],"created_at":"2025-08-10T01:31:23.613Z","updated_at":"2026-02-25T20:04:46.263Z","avatar_url":"https://github.com/gcarreno.png","language":"Pascal","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Card Framework in Object Pascal\n[![Build Status](https://github.com/gcarreno/objpas-card-framework/actions/workflows/main.yaml/badge.svg?branch=main)](https://github.com/gcarreno/objpas-card-framework/actions)\n[![Supports Windows](https://img.shields.io/badge/support-Windows-blue?logo=Windows)](https://github.com/gcarreno/objpas-card-framework/releases/latest)\n[![Supports Linux](https://img.shields.io/badge/support-Linux-yellow?logo=Linux)](https://github.com/gcarreno/objpas-card-framework/releases/latest)\n[![Supports macOS](https://img.shields.io/badge/support-macOS-black?logo=macOS)](https://github.com/gcarreno/objpas-card-framework/releases/latest)\n[![License](https://img.shields.io/github/license/gcarreno/objpas-card-framework)](https://github.com/gcarreno/objpas-card-framework/blob/main/LICENSE)\n[![Latest Release](https://img.shields.io/github/v/release/gcarreno/objpas-card-framework?label=latest%20release)](https://github.com/gcarreno/objpas-card-framework/releases/latest)\n[![Downloads](https://img.shields.io/github/downloads/gcarreno/objpas-card-framework/total)](https://github.com/gcarreno/objpas-card-framework/releases)\n\nThis package is an attempt at creating a playing card framework.\n\n## Objectives\n\n- [x] Firstly make it work for the suited cards games. There's a functioning French Deck, aka The Standard Deck, implemented\n- [ ] Maybe Tarot\n- [ ] Maybe Uno\n- [ ] Maybe Hearts\n\n## Examples\n\nThere are examples: [Examples Folder](examples)\n\n## Package\n\nYou can find the package here: [Packages Folder](packages)\n\n## Todo\n- [ ] Add iterators for Deck and Pile.\n- [ ] Add section Algorithms: List some known card rules and scoring.\n- [ ] Add section Resources: List free to use graphical card packs.\n- [ ] Add an example for `GUI` with very simple graphics in order to test the `TMemoryStream` code path.\\\n  That's still missing from the test suites.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgcarreno%2Fobjpas-card-framework","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgcarreno%2Fobjpas-card-framework","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgcarreno%2Fobjpas-card-framework/lists"}