{"id":17691263,"url":"https://github.com/mrstahlfelge/lightblocks","last_synced_at":"2026-03-17T18:37:17.557Z","repository":{"id":43909788,"uuid":"282715062","full_name":"MrStahlfelge/lightblocks","owner":"MrStahlfelge","description":"Falling Lightblocks. Falling block game for Android (Mobile and TV), iOS, Web browsers. Works on desktops, too.","archived":false,"fork":false,"pushed_at":"2024-07-18T16:24:45.000Z","size":35247,"stargazers_count":170,"open_issues_count":19,"forks_count":20,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-05-09T00:05:02.272Z","etag":null,"topics":["game","libgdx"],"latest_commit_sha":null,"homepage":"https://www.golfgl.de/lightblocks/","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MrStahlfelge.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"ko_fi":"MrStahlfelge"}},"created_at":"2020-07-26T19:03:57.000Z","updated_at":"2025-05-08T13:13:01.000Z","dependencies_parsed_at":"2024-11-01T12:03:18.676Z","dependency_job_id":null,"html_url":"https://github.com/MrStahlfelge/lightblocks","commit_stats":{"total_commits":1464,"total_committers":2,"mean_commits":732.0,"dds":0.003415300546448119,"last_synced_commit":"ac0c01bdb7fa804c17b1a2a5c3ffcd67ba6c0d59"},"previous_names":[],"tags_count":17,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MrStahlfelge%2Flightblocks","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MrStahlfelge%2Flightblocks/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MrStahlfelge%2Flightblocks/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MrStahlfelge%2Flightblocks/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MrStahlfelge","download_url":"https://codeload.github.com/MrStahlfelge/lightblocks/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253166519,"owners_count":21864476,"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":["game","libgdx"],"created_at":"2024-10-24T12:08:04.856Z","updated_at":"2026-03-17T18:37:12.511Z","avatar_url":"https://github.com/MrStahlfelge.png","language":"Java","funding_links":["https://ko-fi.com/MrStahlfelge","https://ko-fi.com/B0B51Z9YB"],"categories":[],"sub_categories":[],"readme":"# Falling Lightblocks\n\n![Logo](ios/data/Media.xcassets/Logo.imageset/libgdx@1x.png)\n\nFalling block game for Android (Mobile and TV), iOS, Web browsers. Works on desktops, too.\n\n[![ko-fi](https://www.ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/B0B51Z9YB)\n\n## Try it\n\nFalling Lightblocks is available on itch, GameJolt and the usual mobile app stores.\n[Visit its website](https://www.golfgl.de/lightblocks/) for the links.\n\n## Build it\n\n![Compile desktop, android and gwt](https://github.com/MrStahlfelge/lightblocks/workflows/Compile%20desktop,%20android%20and%20gwt/badge.svg?branch=master\u0026event=push)\n\nThe game is implemented with [libGDX](https://github.com/libgdx/libgdx). Follow the docs to get it\nto work.\n\n## License\n\n* The assets in android/assets/ are licensed for your personal use only. You may not redistribute them.\n* Source code files and everything else in this repo is licensed under Apache License 2.0\n\nThe intention behind this is to:\n\n* allow building own versions of this game for your personal use, to tweak it and try things out, and\nto contribute to the project\n* allow extending the game and release an own increment of this game with another look and feel\n* allow using parts of this project's source code for your own projects of any kind\n* prevent indistinguishable clones of this game\n\n## Contribute\n\nContributions are welcome: bug fixes, enhancements, translations, opening issues etc.\n\n### Translations\n\nThere's a single [resource bundle file](android/assets/i18n/strings.properties) with\nall strings to be localized. Use it as a template for a new file strings_XX.properties with XX\nbeing the ISO language code.\nPlease be aware that Falling Lightblocks can (so far) only display Latin based characters.\n\n### Enhancements\n\nPlease be aware that\nFalling Lightblocks is designed with certain design principles in mind, so if you plan to make some\nmore efforts, please open an issue to check if your ideas will fit the game.\n\nSome principles the game and its evolvement is based on:\n* Features must work on every targeted platform (HTML!) and device\n* Features must work with every supported input device (touch, controller, keyboard)\n* Changes must not affect scoring of existing game modes\n* Falling Lightblocks means classic gameplay, though it is okay if some game modes are guideline\n\nFor everyone viewing the source code: Sorry for all the German comments and commit messages that will\nmake it more difficult for you. I didn't plan to open the source from the beginning, and I tend to\nwrite notes for myself in my native tongue.\n\n## Server\nTo set up a multiplayer server with a vserver, you can deploy to Heroku or dokku with\n\n     git subtree push --prefix server remotename master\n\nFor local play or other setups, you can build a jar file with\n\n     gradlew server:build\n\nOpenJDK8 for building and using recommended.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmrstahlfelge%2Flightblocks","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmrstahlfelge%2Flightblocks","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmrstahlfelge%2Flightblocks/lists"}