{"id":19113493,"url":"https://github.com/fielding/blox","last_synced_at":"2026-06-01T22:30:16.473Z","repository":{"id":7451853,"uuid":"8795085","full_name":"fielding/blox","owner":"fielding","description":"Tetris","archived":false,"fork":false,"pushed_at":"2016-05-18T01:51:22.000Z","size":23922,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-18T03:52:27.456Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"madssj/python-gratisdns","license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fielding.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}},"created_at":"2013-03-15T08:43:38.000Z","updated_at":"2016-05-16T23:55:27.000Z","dependencies_parsed_at":"2022-09-10T01:40:35.273Z","dependency_job_id":null,"html_url":"https://github.com/fielding/blox","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fielding%2Fblox","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fielding%2Fblox/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fielding%2Fblox/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fielding%2Fblox/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fielding","download_url":"https://codeload.github.com/fielding/blox/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240170054,"owners_count":19759142,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":"2024-11-09T04:36:27.666Z","updated_at":"2026-06-01T22:30:16.417Z","avatar_url":"https://github.com/fielding.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Blox\nA tetronimo game\n\n## Game Play\n\n### Features\n* Lock Delay (non-infinity)\n* DAS (Delayed Auto Shift)\n* SRS Rotation System\n\n### Scoring\n#### Scoring Values Of Each Move\n\nAwarded points are always a function of the current level. The scoring system is designed to reward advanced moves. For example, a Double is worth more than twice a Single.\n\n\u003ctable\u003e\n\t\u003ctr\u003e\n\t\t\u003cth\u003eAction\u003c/th\u003e\u003cth\u003eAwarded Points\u003c/th\u003e\n\t\u003c/tr\u003e\n\t\u003ctr\u003e\n\t\t\u003ctd\u003eSingle\u003c/td\u003e\u003ctd\u003e100 * Level\u003c/td\u003e\n\t\u003c/tr\u003e\n\t\u003ctr\u003e\n\t\t\u003ctd\u003eDouble\u003c/td\u003e\u003ctd\u003e300 * Level\u003c/td\u003e\n\t\u003c/tr\u003e\n\t\u003ctr\u003e\n\t\t\u003ctd\u003eTriple\u003c/td\u003e\u003ctd\u003e500 * Level\u003c/td\u003e\n\t\u003c/tr\u003e\n\t\u003ctr\u003e\n\t\t\u003ctd\u003eTetris\u003c/td\u003e\u003ctd\u003e800 * Level\u003c/td\u003e\n\t\u003c/tr\u003e\n\t\u003ctr\u003e\n\t\t\u003ctd\u003eBack-to-Back Bonus\u003c/td\u003e\u003ctd\u003eAction Total + (.5 * Action Total)\u003c/td\u003e\n\t\u003c/tr\u003e\n\t\u003ctr\u003e\n\t\t\u003ctd\u003eSoft Drop\u003c/td\u003e\u003ctd\u003e1 * n\u003c/td\u003e\n\t\u003c/tr\u003e\n\t\u003ctr\u003e\n\t\t\u003ctd\u003eHard Drop\u003c/td\u003e\u003ctd\u003e 2 * m\u003c/td\u003e\n\t\u003c/tr\u003e\n\u003c/table\u003e\n\n* _Action Total equals the number of performed sequential moves._\n* _n equals the number of lines you allow the Tetrimino to Soft Drop._\n* \u0010_m equals the total distance of the Hard Drop._\n\n\n#### Line Clear Value Of Each Move\n\nIn order to advance a level, you must clear a certain number of lines. This line goal is determined by the current level. Each level has a goal equal to the level number * 5. For instance, level 1 takes 5 lines to complete, and, likewise, level 3 takes 15 lines to complete.\n\t\nIt is important to understand that certamin moves are worth more than the raw number of lines they clear. A double only clears two lines, but since the scoring system favors more difficult moves, a double awards 3 line clears toward your current goal.\n\n\u003ctable\u003e\n\t\u003ctr\u003e\n\t\t\u003cth\u003eAction\u003c/th\u003e\u003cth\u003eAwarded Line Clears\u003c/th\u003e\n\t\u003c/tr\u003e\n\t\u003ctr\u003e\n\t\t\u003ctd\u003eSingle\u003c/td\u003e\u003ctd\u003e1\u003c/td\u003e\n\t\u003c/tr\u003e\n\t\u003ctr\u003e\n\t\t\u003ctd\u003eDouble\u003c/td\u003e\u003ctd\u003e3\u003c/td\u003e\n\t\u003c/tr\u003e\n\t\u003ctr\u003e\t\n\t\t\u003ctd\u003eTriple\u003c/td\u003e\u003ctd\u003e5\u003c/td\u003e\n\t\u003c/tr\u003e\n\t\u003ctr\u003e\t\n\t\t\u003ctd\u003eTetris\u003c/td\u003e\u003ctd\u003e8\u003c/td\u003e\n\t\u003c/tr\u003e\n\t\u003ctr\u003e\n\t\t\u003ctd\u003eBack-to-Back Bonus\u003c/td\u003e\u003ctd\u003e0.5 * Total Line Clears\u003c/td\u003e\n\t\u003c/tr\u003e\n\u003c/table\u003e\n\t\t\t\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffielding%2Fblox","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffielding%2Fblox","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffielding%2Fblox/lists"}