{"id":20976483,"url":"https://github.com/he4et/yet-another-experiment","last_synced_at":"2026-04-28T10:02:38.416Z","repository":{"id":86203375,"uuid":"250270525","full_name":"He4eT/yet-another-experiment","owner":"He4eT","description":"A small \"escape the room\" style TADS3 game","archived":false,"fork":false,"pushed_at":"2023-07-02T11:42:09.000Z","size":106,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-30T17:56:35.031Z","etag":null,"topics":["game","interactive-fiction","tads3"],"latest_commit_sha":null,"homepage":"","language":"Perl","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/He4eT.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}},"created_at":"2020-03-26T13:47:12.000Z","updated_at":"2024-07-07T20:36:23.000Z","dependencies_parsed_at":"2024-11-19T22:35:59.186Z","dependency_job_id":null,"html_url":"https://github.com/He4eT/yet-another-experiment","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/He4eT/yet-another-experiment","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/He4eT%2Fyet-another-experiment","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/He4eT%2Fyet-another-experiment/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/He4eT%2Fyet-another-experiment/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/He4eT%2Fyet-another-experiment/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/He4eT","download_url":"https://codeload.github.com/He4eT/yet-another-experiment/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/He4eT%2Fyet-another-experiment/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32375625,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-28T09:24:15.638Z","status":"ssl_error","status_checked_at":"2026-04-28T09:24:15.071Z","response_time":56,"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":["game","interactive-fiction","tads3"],"created_at":"2024-11-19T04:54:07.042Z","updated_at":"2026-04-28T10:02:38.375Z","avatar_url":"https://github.com/He4eT.png","language":"Perl","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Yet another experiment \n\n[![Play online](https://img.shields.io/badge/Play-online-orange?style=flat-square)](https://he4et.github.io/elseifplayer/#/focus/https%3A%2F%2Fifarchive.org%2Fif-archive%2Fgames%2Ftads%2Fyet_another_experiment.t3/toxin/)\n[![IFDB](https://img.shields.io/badge/IFDB-page-lightgrey?style=flat-square)](https://ifdb.tads.org/viewgame?id=rsssdo3anjpwnt6e)\n\nA small \"escape the room\" style [TADS3](https://www.tads.org/) game.  \nDesigned as a set of examples for developing [interactive fiction](http://www.ifwiki.org/index.php/FAQ).\n\n![screenshot](/docs/screenshot.png?raw=true)\n\n## How to play\n\nYou can \n[play this game online](https://he4et.github.io/elseifplayer/#/focus/https%3A%2F%2Fifarchive.org%2Fif-archive%2Fgames%2Ftads%2Fyet_another_experiment.t3/toxin/)\nor play it with any TADS3 interpreter.\n\nSee this [cheat sheet](http://pr-if.org/doc/play-if-card/play-if-card-300dpi.png) if you are not familiar with interactive fiction.\n\n### Play with an interpreter\n\n1. Download `yet_another_experiment.t3` from the [release page](https://github.com/He4eT/tads3_experiment/releases).\n1. Install the interpreter that supports TADS adventure games (see the list below).\n\n#### List of interpreters:\n  - Web: [elseifplayer](https://he4et.github.io/elseifplayer/#/);\n  - Desktop: [gargoyle](https://github.com/garglk/garglk/) or [frobtads](https://github.com/realnc/frobtads);\n  - Android: [fabularium](https://play.google.com/store/apps/details?id=com.luxlunae.fabularium\u0026hl=en);\n  - iOS: [frotz](https://apps.apple.com/au/app/frotz/id287653015);\n\nSee the [full list](http://www.ifwiki.org/index.php/Interpreter).\n  \n## Development\n\n### List of things done\n\nThis project was created as a playground for learning TADS3.  \nThe resulting game is a set of \"bricks\" for building other games,\nand you can see  \nthe full list of \"bricks\" on [this page](/docs/table_of_contents.md).\n\n### Pre-build\n\n  1. Clone this repo;\n  1. Install [frobtads](https://github.com/realnc/frobtads);\n  1. Copy `frobtads/tads3/lib/` to `project_path/lib/`;\n  1. Copy `frobtads/tads3/include/` to `project_path/lib/include/`;\n  \n### Build\n```\nt3make -f yet_another_experiment\n```\n\n### Incremental build\n```\nwatch -n 1 t3make -d -we -nobanner -f yet_another_experiment\n```\n\n## Tutorials and documentation\n\n1. [Getting Started in TADS 3](https://www.tads.org/t3doc/doc/gsg/index.html)  \nShort tutorial by Eric Eve\n1. [TADS 3 Tour Guide](https://www.tads.org/t3doc/doc/tourguide/index.html)  \nNot so short tutorial by Eric Eve\n1. [Learning TADS 3](https://www.tads.org/t3doc/doc/learning/Learning%20T3.pdf)  \nReally huge PDF book by Eric Eve\n1. [TADS 3 Library Reference Manual](https://www.tads.org/t3doc/doc/libref/index.html)  \nIndex of the adv3 library and core T3 system library,  \nderived directly from the source files\n  \nThese and other texts can be found on the [TADS 3 Bookshelf](http://www.tads.org/t3doc/doc/index.htm).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhe4et%2Fyet-another-experiment","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhe4et%2Fyet-another-experiment","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhe4et%2Fyet-another-experiment/lists"}