{"id":20338938,"url":"https://github.com/pablito2020/tetris-android","last_synced_at":"2026-02-25T21:03:46.209Z","repository":{"id":39968948,"uuid":"482986872","full_name":"Pablito2020/Tetris-Android","owner":"Pablito2020","description":"Implementation of the Tetris game for Android 🎮","archived":false,"fork":false,"pushed_at":"2022-05-29T17:04:23.000Z","size":5341,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-11-14T21:14:42.226Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://play.google.com/store/apps/details?id=com.pablo.tetris","language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Pablito2020.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-04-18T20:25:55.000Z","updated_at":"2023-08-10T10:12:23.000Z","dependencies_parsed_at":"2022-09-22T17:41:22.491Z","dependency_job_id":null,"html_url":"https://github.com/Pablito2020/Tetris-Android","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pablito2020%2FTetris-Android","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pablito2020%2FTetris-Android/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pablito2020%2FTetris-Android/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pablito2020%2FTetris-Android/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Pablito2020","download_url":"https://codeload.github.com/Pablito2020/Tetris-Android/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":233926823,"owners_count":18752320,"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-14T21:14:43.711Z","updated_at":"2025-09-23T03:32:33.476Z","avatar_url":"https://github.com/Pablito2020.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003eTetris Game for Android 🕹️\u003c/h1\u003e\n\u003cp align=\"center\"\u003e\nTetris game written in Kotlin for Android devices. The implementation uses the MVVM pattern and clean architecture.\n\u003c/p\u003e\n\n## Summary\n\n  - [Dependencies](#dependencies-)\n  - [Preview](#preview-)\n  - [License](#license-)\n  - [Contributing](#contributing-)\n\n## Dependencies 📦:\nThis project depends on my own tetris logic, that can be found here:\n - [Tetris Library for Kotlin](https://github.com/Pablito2020/Tetris)\nAnd the konfetti library for a more motivational finish 😇:\n - [Konfetti library for android](https://github.com/DanielMartinus/Konfetti)\n\nThe default gradle configuration get's the Tetris jar from the github packages **using my own credentials that are exported as environment variables**. So, if you try to run the project it should fail because it can't find the jar.\n\nA fix for this is to remove the following lines from the settings.gradle file:\n```groovy\n    maven {\n        url = uri(\"https://maven.pkg.github.com/Pablito2020/Tetris\")\n        credentials {\n            username = \"Pablito2020\"\n            password = System.getenv(\"GITHUB_TOKEN\")\n        }\n    }\n```\nAnd this other line from the app/build.gradle file (where version should be the current version of the library):\n```\nimplementation(\"me.pablito:tetris:version\")\n```\n\nOnce you've done that, download the Tetris jar file from the [github repo](https://github.com/Pablito2020/Tetris) and add it as a dependency via settings/project-structure\n\n## Preview 📹\n![tetris-example](https://user-images.githubusercontent.com/18640261/170821575-a6abe1f3-3d65-4ba7-ad77-9202c236d285.gif)\n\n## License 📖\nThe project is licensed under the GNU General Public License v3.0. See the [LICENSE](LICENSE) file for more information.\n\n## Contributing 🧑‍🤝‍🧑\nPlease read [CONTRIBUTING.md](.github/CONTRIBUTING.md) for details on our code of conduct, and the process for submitting pull requests to us.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpablito2020%2Ftetris-android","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpablito2020%2Ftetris-android","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpablito2020%2Ftetris-android/lists"}