{"id":19016168,"url":"https://github.com/fosskers/tetris","last_synced_at":"2026-03-16T01:04:02.899Z","repository":{"id":28249714,"uuid":"31756765","full_name":"fosskers/tetris","owner":"fosskers","description":"A 3D Tetris game using OpenGL in C.","archived":false,"fork":false,"pushed_at":"2021-01-03T18:26:56.000Z","size":169,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-17T20:40:55.606Z","etag":null,"topics":["3d-tetris","c","game","tetris"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fosskers.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}},"created_at":"2015-03-06T06:59:19.000Z","updated_at":"2024-05-09T03:23:38.000Z","dependencies_parsed_at":"2022-09-16T15:11:58.092Z","dependency_job_id":null,"html_url":"https://github.com/fosskers/tetris","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/fosskers%2Ftetris","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fosskers%2Ftetris/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fosskers%2Ftetris/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fosskers%2Ftetris/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fosskers","download_url":"https://codeload.github.com/fosskers/tetris/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242978060,"owners_count":20215907,"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":["3d-tetris","c","game","tetris"],"created_at":"2024-11-08T19:41:32.031Z","updated_at":"2025-12-25T01:03:25.969Z","avatar_url":"https://github.com/fosskers.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 3D Tetris\n\n![](./tetris.png)\n\nWhoa! It's 3D!\n\n## Cloning\n\nThis project uses a Git submodule to one of my helper libraries, so please clone\nvia:\n\n```bash\ngit clone --recursive-submodules https://github.com/fosskers/tetris\n```\n\n## Compilation\n\n### On Arch\n\n```bash\nsudo pacman -S clang cmake glew glfw\ncmake .\nmake\n```\n\n### On Ubuntu\n\n```bash\nsudo apt-get install libglfw3-dev libglew-dev clang cmake\ncmake .\nmake\n```\n\n**Note:** `libglfw3-dev` is not available in Trusty's repositories. You can\neither build it from source, grab it from Utopic's repos or install it from\nKeith Winstein's PPA:\n\n```bash\nsudo add-apt-repository ppa:keithw/glfw3\n```\n\n## Usage\n\nLEFT  - Move the block left.\n\nRIGHT - Move the block right.\n\nDOWN  - Move the block down faster.\n\nUP    - Spin the block.\n\nR     - Reset the game.\n\nC     - Reset the camera.\n\n## Camera Control\n\nUse WASD to fly through Camera Space. Your mouse changes the camera angle.\n\nIf things get crazy, press `c` to reset the camera.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffosskers%2Ftetris","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffosskers%2Ftetris","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffosskers%2Ftetris/lists"}