{"id":18411550,"url":"https://github.com/mikkun/awktc","last_synced_at":"2026-01-23T16:36:05.589Z","repository":{"id":48971514,"uuid":"125251535","full_name":"mikkun/AWKTC","owner":"mikkun","description":"AWKTC is Workable Klutzy Time-wasting Command","archived":false,"fork":false,"pushed_at":"2023-10-10T10:00:17.000Z","size":63,"stargazers_count":53,"open_issues_count":0,"forks_count":5,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-12T23:28:40.702Z","etag":null,"topics":["awk","game","puzzle","terminal-game","tetris"],"latest_commit_sha":null,"homepage":"","language":"Awk","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/mikkun.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":"2018-03-14T17:45:03.000Z","updated_at":"2024-06-13T03:53:20.000Z","dependencies_parsed_at":"2024-11-06T03:38:08.070Z","dependency_job_id":"b6156f62-d8d5-48da-a881-e605e6cf0b1a","html_url":"https://github.com/mikkun/AWKTC","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/mikkun/AWKTC","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikkun%2FAWKTC","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikkun%2FAWKTC/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikkun%2FAWKTC/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikkun%2FAWKTC/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mikkun","download_url":"https://codeload.github.com/mikkun/AWKTC/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikkun%2FAWKTC/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28695586,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-23T15:57:05.722Z","status":"ssl_error","status_checked_at":"2026-01-23T15:56:27.656Z","response_time":59,"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":["awk","game","puzzle","terminal-game","tetris"],"created_at":"2024-11-06T03:37:33.357Z","updated_at":"2026-01-23T16:36:05.562Z","avatar_url":"https://github.com/mikkun.png","language":"Awk","readme":"# AWKTC\n\n[![FlakeHub](https://img.shields.io/endpoint?url=https://flakehub.com/f/mikkun/AWKTC/badge)](https://flakehub.com/flake/mikkun/AWKTC)\n![GitHub top language](https://img.shields.io/github/languages/top/mikkun/AWKTC)\n![GitHub release (latest by date)](https://img.shields.io/github/v/release/mikkun/AWKTC)\n![GitHub license](https://img.shields.io/github/license/mikkun/AWKTC)\n\n\u003e 🎮 **A**WKTC is **W**orkable **K**lutzy **T**ime-wasting **C**ommand\n\n## Description\n\n**AWKTC** is a Tetris-like tile-matching puzzle game written in AWK.\n\n![AWKTC screenshot (width: 12)](./md-images/screenshot-width12.png)\n\n## Requirements\n\n- `gawk`, `nawk`, or `goawk`\n- [GNU coreutils](https://www.gnu.org/software/coreutils/) or equivalent BSD command (`dd`, `echo`, `sleep`, `stty`)\n\n## Installation\n\n```shell\ngit clone https://github.com/mikkun/AWKTC.git\n```\n\n### Run Without Installing (For Nix/NixOS)\n\n```shell\nnix run github:mikkun/AWKTC\n```\n\n## How to Play\n\n### Running the Game\n\n```shell\ncd /path/to/AWKTC\n./awktc.awk\n```\n\n### Controls\n\n- \u003ckbd\u003ea\u003c/kbd\u003e: Move left\n- \u003ckbd\u003ed\u003c/kbd\u003e: Move right\n- \u003ckbd\u003ek\u003c/kbd\u003e: Rotate left\n- \u003ckbd\u003el\u003c/kbd\u003e: Rotate right\n- \u003ckbd\u003es\u003c/kbd\u003e: Fall faster\n- \u003ckbd\u003ep\u003c/kbd\u003e: Pause\n- \u003ckbd\u003eq\u003c/kbd\u003e: Quit\n\n### Beneficial Item\n\n- ![Black piece](./md-images/special_piece.png) - **Special Piece** - Destroys horizontal lines even if they have gaps of blocks.\n\n### All Clear Bonus\n\nIf you clear all the blocks, then you will get an \"All Clear Bonus\".\n\n## Changing the Playfield Width\n\nYou can change the playfield width between 4 and 24 cells. By default, the playfield width is 12 cells.\n\n### Example Minimum Width\n\n```shell\n./awktc.awk 4\n```\n\n![AWKTC screenshot (width: 4)](./md-images/screenshot-width04.png)\n\n### Example Maximum Width\n\n```shell\n./awktc.awk 24\n```\n\n![AWKTC screenshot (width: 24)](./md-images/screenshot-width24.png)\n\n## License\n\n[MIT License](./LICENSE)\n\n## Author\n\n[KUSANAGI Mitsuhisa](https://github.com/mikkun)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmikkun%2Fawktc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmikkun%2Fawktc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmikkun%2Fawktc/lists"}