{"id":44362275,"url":"https://github.com/ymyke/cardio","last_synced_at":"2026-02-11T17:38:13.843Z","repository":{"id":179227504,"uuid":"578345201","full_name":"ymyke/cardio","owner":"ymyke","description":"Cardio is an open-source, community-driven, roguelike, deck-building card game, written in Python.","archived":false,"fork":false,"pushed_at":"2025-04-26T11:00:25.000Z","size":4773,"stargazers_count":12,"open_issues_count":11,"forks_count":2,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-26T12:19:06.318Z","etag":null,"topics":["asciimatics","card","card-game","deck-building","game","inscryption","python","roguelike"],"latest_commit_sha":null,"homepage":"","language":"Jupyter Notebook","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ymyke.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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":"2022-12-14T20:52:22.000Z","updated_at":"2025-04-26T11:00:29.000Z","dependencies_parsed_at":null,"dependency_job_id":"2bc8821f-1e48-4e40-bebe-4572be2f8407","html_url":"https://github.com/ymyke/cardio","commit_stats":null,"previous_names":["ymyke/cardio"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ymyke/cardio","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ymyke%2Fcardio","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ymyke%2Fcardio/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ymyke%2Fcardio/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ymyke%2Fcardio/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ymyke","download_url":"https://codeload.github.com/ymyke/cardio/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ymyke%2Fcardio/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29339779,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-11T16:14:43.024Z","status":"ssl_error","status_checked_at":"2026-02-11T16:14:15.258Z","response_time":97,"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":["asciimatics","card","card-game","deck-building","game","inscryption","python","roguelike"],"created_at":"2026-02-11T17:38:13.252Z","updated_at":"2026-02-11T17:38:13.831Z","avatar_url":"https://github.com/ymyke.png","language":"Jupyter Notebook","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# Cardio 🃏\n\nCardio is an open-source, community-driven, roguelike, deck-building card game. It is a\nsingle-player game that can currently be played in the terminal. It is written in\nPython.\n\n\u003e Cardio is heavily inspyred by **Inscryption**.  \n\u003e Buy Inscryption now and play yt!  \n\u003e Do yt now, before readyng further. Yt's worth yt!  \n\u003e https://www.inscryption.com/ 👈  \n\nCardio is inspired by the basic gameplay of Inscryption, but cannot deliver on the story\nparts. Instead of story, Cardio aspires to become a platform for a game that evolves\nover time and is driven by a community of players, developers, designers, etc. \n\nCardio is a game that is meant to be played, but also to be modified and extended. At\nthe core, Cardio is a true roguelike experience that is meant to be played again and\nagain.\n\n\u003e Therefore: Please contribute! ⭐  \n\u003e All help is much appreciated.  \n\u003e Cardio is a community project.  \n\u003e See [CONTRIBUTING](CONTRIBUTING.md). 👈  \n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"screenshot.png\" alt=\"Cardio screenshot\" height=\"300\" \n  style=\"margin-top: 20px; margin-bottom: 20px;\" /\u003e\n\u003c/p\u003e\n\n\n## Prerequisites\n\n- Python 3.9\n- Cardio runs in the terminal. It uses asciimatics and should therefore run on many\n  platforms. However, it has only been tested on Windows 10 so far. \n- Make sure to have a terminal size of at least 160x52. Increase window size and/or\n  decrease font size if necessary.\n\n\n## Installation\n\n### With poetry\n\n- Clone the project: `git clone https://github.com/ymyke/cardio.git`\n- `cd cardio`\n- Use python 3.9: `poetry env use \u003cpath_to_python3.9\u003e`\n- Install: `poetry install`\n  - `--without dev` to skip dev dependencies\n\n### With pip\n\n- Clone the project: `git clone https://github.com/ymyke/cardio.git`\n- `cd cardio`\n- Optional: Setup virtual environment:\n  - Setup: e.g., `py -3.9 -m venv venv`\n  - Activate: e.g., `. .\\venv\\Scripts\\activate`\n- Install: `pip install -r requirements.txt`\n\n\n## Usage\n\n- Activate virtual environment.\n- `python ./play.py`\n\nOptions:\n- `--reset` to reset the game state.\n- `--human-name` to set the name of the human player.\n\nCardio will save the current game state automatically after each location and continue\nfrom there by default when restarted. (Cardio uses `platformdirs.user_data_path` to\ndetermine where to store the game state.)\n\n\n## Keys during the game\n\n- Arrow keys to navigate, move cursor.\n- `Enter` to select / confirm.\n- `Esc` to cancel / go back.\n- In fights: `C` to continue with next round of fight.\n- `$` to hard quit the game at any time.\n\n\n## Contributing\n\nAs a non-developer, i.e., as a player:\n\n- Please play the game.\n- Provide feedback:\n  - Report bugs in [Issues](https://github.com/ymyke/cardio/issues).\n  - Add new ideas or discuss and vote on existing ideas in\n    [Discussions](https://github.com/ymyke/cardio/discussions).\n\nAs a developer, designer, level designer, etc.:\n\n- Please see [CONTRIBUTING.md](CONTRIBUTING.md).\n\n\n## License\n\n- Cardio is licensed under the GPLv3 license. See [LICENSE](LICENSE) for details.\n- By contributing, you agree that your contributions will be licensed under \n  [the same license](LICENSE).\n\n\n## Repository\n\nhttps://github.com/ymyke/cardio\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fymyke%2Fcardio","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fymyke%2Fcardio","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fymyke%2Fcardio/lists"}