Falling Blocks
September 5, 2024 · View on GitHub
Overview
Falling Blocks is a small mobile Game, where you are a block. There are other blocks, which are falling down, and you're not allowed to touch the blocks if your block has an other color. Made with Godot Engine.
Features
- 2 different game modes
- modern Design
- Open-Source
- free
- adfree
Screenshots





Installation
Android
The recommend way is to use F-Droid
- Download the .apk file from releases or from itch.io.
- Click on the downloaded file. If you become a warning "For you security, your phone is not allowed to install unknown apps from this source.", go to settings and allow install unknown apps from this source.
- Click on install and Android will automatically install this app.
Linux
Windows
Speed calculation
This is for those interested in how the speed is calculated in relation to the score. is the score.
This function is for $0 < x < 4000:
$$f(x) = 0.0000000000192 * x^4 - 0.000000165 * x^3 + 0.00041083333333 * x^2 + 0.005 * x + 260$$
and this is the function for \4000 < x$:
Issues
A Issue, that some reported, is that they can't uninstall the Game. In this case please try it with ADB. This would be the command to uninstall the game with adb: adb uninstall org.sajeg.fallingblocks.
I am very sorry that this happens sometimes, however I never had this Problem and therefore I don't know how I could fix this bug.
Contact
If you have feedback or anything else you can always open an issue, write me on Discord: Sajeg or write me an email sajeg.dev@gmail.com
Google Play and the Google Play logo are trademarks of Google LLC.

