{"id":22150211,"url":"https://github.com/chsxf/SKTetris","last_synced_at":"2025-07-26T04:30:57.374Z","repository":{"id":151654528,"uuid":"344620328","full_name":"chsxf/SKTetris","owner":"chsxf","description":"Educational project for SpriteKit beginners","archived":false,"fork":false,"pushed_at":"2021-11-12T13:16:47.000Z","size":3622,"stargazers_count":16,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-09T20:44:04.202Z","etag":null,"topics":["game","gameplaykit","spritekit","swift","xcode"],"latest_commit_sha":null,"homepage":"","language":"Swift","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/chsxf.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2021-03-04T21:57:46.000Z","updated_at":"2025-03-21T19:52:44.000Z","dependencies_parsed_at":null,"dependency_job_id":"6307f83b-713f-4647-b0fc-81bbc59fb0ba","html_url":"https://github.com/chsxf/SKTetris","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/chsxf/SKTetris","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chsxf%2FSKTetris","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chsxf%2FSKTetris/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chsxf%2FSKTetris/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chsxf%2FSKTetris/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chsxf","download_url":"https://codeload.github.com/chsxf/SKTetris/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chsxf%2FSKTetris/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267117250,"owners_count":24038640,"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","status":"online","status_checked_at":"2025-07-26T02:00:08.937Z","response_time":62,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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","gameplaykit","spritekit","swift","xcode"],"created_at":"2024-12-02T00:02:37.722Z","updated_at":"2025-07-26T04:30:57.365Z","avatar_url":"https://github.com/chsxf.png","language":"Swift","funding_links":[],"categories":["Game"],"sub_categories":["SpriteKit"],"readme":"# ❓ About This Project\n\n![App Icon](https://user-images.githubusercontent.com/3322862/117534104-50f24a80-aff0-11eb-836b-2a3fe03d6779.png)\n\nSKTetris is an educational project for developers learning how to use Apple's SpriteKit 2D framework.\n\nThis is a partial recreation of the [Tetris](https://en.wikipedia.org/wiki/Tetris) game.\n\n## Conventions\n\nThis project uses [gitmoji](https://gitmoji.dev) for its commit messages.\n\n# 🖥 Supported Platforms\n\nSpriteKit being a proprietary framework from Apple, the game will only be avaiable on the following Apple platforms:\n\n- macOS 10.15+\n- iOS / iPadOS 13+\n- tvOS 13+\n\n## iOS / iPadOS / tvOS Availability\n\nDue to obvious potential copyright infringements, SKTetris is not available directly from the App Store.\nIf you want to play on your iPhone, iPad or Apple TV, please clone this repository, open the project directly in Xcode and run the game directly on your device.\n\n# 🎮 Controls\n\n## Keyboard\n\n### During Gameplay\n\n| Key         | Command                                     |\n| ----------- | ------------------------------------------- |\n| F           | Rotates the current piece counter clockwise |\n| G           | Rotates the current piece clockwise         |\n| P           | Pauses / Unpauses the game                  |\n| Down arrow  | Speeds up the descent of the current piece  |\n| Left arrow  | Moves the current piece to the left         |\n| Right arrow | Moves the current piece to the right        |\n| Escape      | Opens / Closes options                      |\n\n### In the Menus\n\n| Key        | Command                                                  |\n| ---------- | -------------------------------------------------------- |\n| Arrow keys | Moves to the next control in the corresponding direction |\n| Space      | Triggers the selected control                            |\n\n## Game Controller\n\nThe game uses the Game Controller framework, so only [natively supported controllers](https://support.apple.com/en-us/HT210414) will work.\n\n### During Gameplay\n\n| Control                                                                                                                | Command                                     |\n| ---------------------------------------------------------------------------------------------------------------------- | ------------------------------------------- |\n| X / ![ps-square](https://user-images.githubusercontent.com/3322862/118397226-50daf600-b653-11eb-8d4c-9c8d9834cedc.png) | Rotates the current piece counter clockwise |\n| A / ![ps-x](https://user-images.githubusercontent.com/3322862/118397164-fa6db780-b652-11eb-967c-9e6fd7a51703.png)      | Rotates the current piece clockwise         |\n| D-pad Down                                                                                                             | Speeds up the descent of the current piece  |\n| D-pad Left                                                                                                             | Moves the current piece to the left         |\n| D-pad Right                                                                                                            | Moves the current piece to the right        |\n| Menu / Options                                                                                                         | Toggles options + pause                     |\n\n### In the Menus\n\n| Control                                                                                                           | Command                                                  |\n| ----------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------- |\n| D-pad                                                                                                             | Moves to the next control in the corresponding direction |\n| A / ![ps-x](https://user-images.githubusercontent.com/3322862/118397164-fa6db780-b652-11eb-967c-9e6fd7a51703.png) | Triggers the selected control                            |\n\n## Siri Remote\n\n### During Gameplay\n\n| Control                                  | Command                                    |\n| ---------------------------------------- | ------------------------------------------ |\n| Press the touch area (top of the remote) | Rotates the current piece clockwise        |\n| Swipe downwards                          | Speeds up the descent of the current piece |\n| Swipe to the Left                        | Moves the current piece to the left        |\n| Swipe to the Right                       | Moves the current piece to the right       |\n| Play / Pause button                      | Toggles options + pause                    |\n\n### In the Menus\n\n| Control                                  | Command                                                  |\n| ---------------------------------------- | -------------------------------------------------------- |\n| Swipe on the touch area                  | Moves to the next control in the corresponding direction |\n| Press the touch area (top of the remote) | Triggers the selected control                            |\n\n# ⚖️ License\n\nTo the exception of those mentioned below, all source code and assets are distributed under the [MIT License](LICENSE).\n\n## Londrina Solid Font\n\nDesigned by [Marcelo Magalhães](https://github.com/marcelommp/Londrina-Typeface/) and distributed under the [Open Font License](https://scripts.sil.org/cms/scripts/page.php?site_id=nrsi\u0026id=OFL) on [Google Fonts](https://fonts.google.com/specimen/Londrina+Solid).\n\n## Sound Effects\n\nDistributed under [CC-BY 3.0 Licence](https://creativecommons.org/licenses/by/3.0/) by [Little Robot Sound Factory](http://www.littlerobotsoundfactory.com) on [Open Game Art](https://opengameart.org/content/8-bit-sound-effects-library).\n\n## Background Music\n\nDistributed under [CC0 Public Domain](https://creativecommons.org/publicdomain/zero/1.0/) by **Joth** on [Open Game Art](https://opengameart.org/content/next-to-you).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchsxf%2FSKTetris","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchsxf%2FSKTetris","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchsxf%2FSKTetris/lists"}