{"id":49429425,"url":"https://github.com/mitja/tuicade","last_synced_at":"2026-04-29T11:06:23.405Z","repository":{"id":353566972,"uuid":"1219898576","full_name":"mitja/tuicade","owner":"mitja","description":null,"archived":false,"fork":false,"pushed_at":"2026-04-24T12:52:26.000Z","size":58,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-24T14:17:11.841Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","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/mitja.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,"notice":null,"maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":null,"cla":null}},"created_at":"2026-04-24T10:32:38.000Z","updated_at":"2026-04-24T12:52:30.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/mitja/tuicade","commit_stats":null,"previous_names":["mitja/tuicade"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/mitja/tuicade","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mitja%2Ftuicade","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mitja%2Ftuicade/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mitja%2Ftuicade/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mitja%2Ftuicade/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mitja","download_url":"https://codeload.github.com/mitja/tuicade/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mitja%2Ftuicade/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32422639,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T06:29:02.080Z","status":"ssl_error","status_checked_at":"2026-04-29T06:29:00.631Z","response_time":110,"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":[],"created_at":"2026-04-29T11:06:20.320Z","updated_at":"2026-04-29T11:06:23.401Z","avatar_url":"https://github.com/mitja.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# tuicade\n\nA tiny arcade in the terminal — a launcher plus six small games (Hangman,\nTic-Tac-Toe, Word Scramble, Number Guessing, Dice Roll, Rock-Paper-Scissors).\n\n\u003e **This is an example project.** Its real purpose is to demonstrate how to\n\u003e build a small but complete application using **parallel agent sessions** in\n\u003e VS Code — multiple Copilot / Claude Code sessions working on the same repo\n\u003e at the same time without stepping on each other, plus one Claude Code\n\u003e coordinator session that fans out to subagents.\n\n## Run it\n\n```bash\nuv run tuicade\n```\n\nPick a game from the menu. Press `q` inside any game to return to the launcher.\n\n## How it was built\n\nEvery game is a self-contained module under `src/tuicade/games/`, and the\nlauncher auto-discovers them with `pkgutil.iter_modules`. That's the whole\ntrick: adding a game never edits the launcher, so N sessions can write N\ngames in parallel with zero merge conflicts.\n\nThe recipe — spec order, recommended model per spec — lives in\n[`specs/README.md`](specs/README.md). Clone the repo, open the specs in the\norder listed, and you can reproduce the whole build.\n\n## Development\n\n- `make` — install, lint, and test (default target)\n- `make build` — build sdist and wheel\n- `make clean` — remove build artifacts and caches\n- `uv run pytest` — run tests only\n- `uv run python devtools/lint.py` — run linting only (ruff, basedpyright, codespell)\n\nFor how to install uv and Python, see [installation.md](docs/installation.md).\nFor development workflows, see [development.md](docs/development.md).\nFor instructions on publishing to PyPI, see [publishing.md](docs/publishing.md).\n\n---\n\n*This project was built from\n[simple-modern-uv](https://github.com/jlevy/simple-modern-uv).*\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmitja%2Ftuicade","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmitja%2Ftuicade","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmitja%2Ftuicade/lists"}