{"id":38982082,"url":"https://github.com/remarkablegames/renpy-solitaire","last_synced_at":"2026-01-17T16:55:25.715Z","repository":{"id":299724273,"uuid":"1003990188","full_name":"remarkablegames/renpy-solitaire","owner":"remarkablegames","description":"🃏 Ren'Py Solitaire","archived":false,"fork":false,"pushed_at":"2026-01-10T06:45:50.000Z","size":23218,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-01-11T01:55:54.707Z","etag":null,"topics":["card-game","klondike","python","renpy","renpy-engine","renpy-game","solitaire"],"latest_commit_sha":null,"homepage":"http://remarkablegames.org/renpy-solitaire/","language":"Ren'Py","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/remarkablegames.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":".github/CODEOWNERS","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-18T00:34:59.000Z","updated_at":"2026-01-10T06:45:29.000Z","dependencies_parsed_at":"2025-06-18T01:39:50.649Z","dependency_job_id":"773037df-9d5e-493b-8798-fbb8d3876474","html_url":"https://github.com/remarkablegames/renpy-solitaire","commit_stats":null,"previous_names":["remarkablegames/renpy-solitaire"],"tags_count":0,"template":false,"template_full_name":"remarkablegames/renpy-template","purl":"pkg:github/remarkablegames/renpy-solitaire","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remarkablegames%2Frenpy-solitaire","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remarkablegames%2Frenpy-solitaire/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remarkablegames%2Frenpy-solitaire/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remarkablegames%2Frenpy-solitaire/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/remarkablegames","download_url":"https://codeload.github.com/remarkablegames/renpy-solitaire/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remarkablegames%2Frenpy-solitaire/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28511876,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-17T13:38:16.342Z","status":"ssl_error","status_checked_at":"2026-01-17T13:37:44.060Z","response_time":85,"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":["card-game","klondike","python","renpy","renpy-engine","renpy-game","solitaire"],"created_at":"2026-01-17T16:55:25.630Z","updated_at":"2026-01-17T16:55:25.702Z","avatar_url":"https://github.com/remarkablegames.png","language":"Ren'Py","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src=\"game/images/card/53.png\" alt=\"Renpy Solitaire\"\u003e\n\u003c/p\u003e\n\n# Ren'Py Solitaire\n\n[![build](https://github.com/remarkablegames/renpy-solitaire/actions/workflows/build.yml/badge.svg)](https://github.com/remarkablegames/renpy-solitaire/actions/workflows/build.yml)\n[![lint](https://github.com/remarkablegames/renpy-solitaire/actions/workflows/lint.yml/badge.svg)](https://github.com/remarkablegames/renpy-solitaire/actions/workflows/lint.yml)\n\n🃏 Ren'Py [Solitaire](\u003chttps://wikipedia.org/wiki/Klondike_(solitaire)\u003e) card game. See [Cardgame](https://www.renpy.org/wiki/renpy/Cardgame) or [Ren'Py Cardgame Engine](https://github.com/renpy/cardgame).\n\nPlay the game on:\n\n- [remarkablegames](https://remarkablegames.org/renpy-solitaire)\n\n## Prerequisites\n\nDownload [Ren'Py SDK](https://www.renpy.org/latest.html):\n\n```sh\ngit clone https://github.com/remarkablegames/renpy-sdk.git\n```\n\nSymlink `renpy`:\n\n```sh\nsudo ln -sf \"$(realpath renpy-sdk/renpy.sh)\" /usr/local/bin/renpy\n```\n\nCheck the version:\n\n```sh\nrenpy --version\n```\n\n## Install\n\nClone the repository to the `Projects Directory`:\n\n```sh\ngit clone https://github.com/remarkablegames/renpy-solitaire.git\ncd renpy-solitaire\n```\n\n## Run\n\nLaunch the project:\n\n```sh\nrenpy .\n```\n\nOr open the `Ren'Py Launcher`:\n\n```sh\nrenpy\n```\n\nPress `Shift`+`R` to reload the game.\n\nPress `Shift`+`D` to open the developer menu.\n\n## Cache\n\nClear the cache:\n\n```sh\nfind game -name \"*.rpyc\" -delete\n```\n\nOr open `Ren'Py Launcher` \u003e `Force Recompile`:\n\n```sh\nrenpy\n```\n\n## Lint\n\nLint the game:\n\n```sh\nrenpy game lint\n```\n\n## License\n\n[MIT](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fremarkablegames%2Frenpy-solitaire","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fremarkablegames%2Frenpy-solitaire","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fremarkablegames%2Frenpy-solitaire/lists"}