{"id":32643774,"url":"https://github.com/qluana7/tetrinal","last_synced_at":"2026-04-15T23:32:17.704Z","repository":{"id":301575389,"uuid":"1009383829","full_name":"qluana7/tetrinal","owner":"qluana7","description":"Simulate no-gravity stacking block in terminal. It support SRS and damage system, all spin, bags, etc.","archived":false,"fork":false,"pushed_at":"2025-08-11T08:09:02.000Z","size":79,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-31T03:58:12.535Z","etag":null,"topics":["srs","stacking","terminal","tetromino"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/qluana7.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2025-06-27T03:37:25.000Z","updated_at":"2025-08-14T00:55:37.000Z","dependencies_parsed_at":"2025-06-27T15:54:50.349Z","dependency_job_id":"ae0d4677-4bef-41fb-b0e6-525c5b6cd87e","html_url":"https://github.com/qluana7/tetrinal","commit_stats":null,"previous_names":["qluana7/tetrinal"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/qluana7/tetrinal","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qluana7%2Ftetrinal","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qluana7%2Ftetrinal/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qluana7%2Ftetrinal/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qluana7%2Ftetrinal/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/qluana7","download_url":"https://codeload.github.com/qluana7/tetrinal/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qluana7%2Ftetrinal/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31865031,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-15T15:24:51.572Z","status":"ssl_error","status_checked_at":"2026-04-15T15:24:39.138Z","response_time":63,"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":["srs","stacking","terminal","tetromino"],"created_at":"2025-10-31T03:57:10.913Z","updated_at":"2026-04-15T23:32:17.699Z","avatar_url":"https://github.com/qluana7.png","language":"C++","readme":"\u003cdiv id=\"toc\"\u003e\n  \u003cul style=\"list-style: none;\" align=\"center\"\u003e\n    \u003csummary\u003e\n      \u003ch1\u003etetrinal\u003c/h1\u003e\n    \u003c/summary\u003e\n  \u003c/ul\u003e\n\u003c/div\u003e\n\n\u003cp align=\"center\"\u003e\u003ci\u003eSimulate no-gravity stacking block in your terminal. Supports SRS, damage system, all spins, bag randomizer, and more.\u003c/i\u003e\u003c/p\u003e\n\n## Overview\n\n`tetrinal` is a terminal-based block stacking simulation that focuses on \"no-gravity\" zen play. It supports lot of mechanics.\n\n## Features\n\n- **No-Gravity Stacking:** Play at your own pace, no gravity pressure.\n- **SRS \u0026 All Spins:** Full support for SRS kicks and spin recognition.\n- **Damage System:** Configurable damage and line clear rules.\n- **Bag Randomizer:** True 7-bag shuffling for piece distribution.\n- **Terminal UI:** Runs natively in your terminal with minimal dependencies.\n- **Statistics:** Track your clears, spins, attack, and more.\n\n\u003c/br\u003e\n\u003cp align=\"center\"\u003e\u003cspan style=\"font-size:1.5em;\"\u003e\u003cb\u003e\u0026#x26A0;\u0026#xFE0F; This project is a work in progress \u0026#x26A0;\u0026#xFE0F;\u003c/b\u003e\u003c/span\u003e\u003c/p\u003e\n\n### Planned Features\n- **Perfect Clear Practice:** Practice mode for perfect clears.\n- **Custom Game Modes:** Create and play custom game modes.\n- **Main Menu:** A main menu for easier navigation.\n- **Customizable Settings:** More options for customizing gameplay.\n\n## How to Build\n\nYou need a C++20 (or higher).\n\n```bash\ngit clone https://github.com/qluana7/tetrinal.git\ncd tetrinal\nmkdir build \u0026\u0026 cd build\n# you can use 'GNU make' instead of ninja\ncmake .. -GNinja --DCMAKE_BUILD_TYPE=Release\nninja\n```\n\nThe executable will be built in the `build` directory.\n\n## How to Play\n\nRun the program:\n\n```bash\n./tetrinal\n```\n\nControls (default):\n\n- **Left/Right:** Move piece\n- **Down:** Soft drop\n- **Up:** Rotate Clock Wise\n- **Z:** Rotate Counter Clock Wise\n- **A:** Rotate 180 degrees\n- **C:** Hold\n- **Space:** Hard drop\n- **ESC:** Quit\n\n(You can check in-source comments or configuration files for custom key mappings.)\n\n## Image\n\u003cimg src=\"imgs/ingame_1.png\" width=\"300\"\u003e\n\u003cimg src=\"imgs/ingame_2.png\" width=\"300\"\u003e\n\n## Contributing\n\nFeel free to open issues, suggest features, or submit pull requests! Please follow standard C++ coding conventions and include usage comments for new features.\n\n---\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqluana7%2Ftetrinal","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fqluana7%2Ftetrinal","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqluana7%2Ftetrinal/lists"}