Sajeg / falling-blocks

A mobile Game, where you need to collect the blocks matching your colour
https://www.sajeg.org/games/falling-blocks
MIT License
24 stars 3 forks source link
android f-droid falling-blocks fun game gdscript godotengine mobile open-source

Falling Blocks

<img src="https://fdroid.gitlab.io/artwork/badge/get-it-on.png" alt="Get it on F-Droid" height="80"> Get it on Google Play

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

Screenshots

Screenshot 1Screenshot 2Screenshot 3Screenshot 4Screenshot 5

Installation

Android

The recommend way is to use F-Droid

  1. Download the .apk file from releases or from itch.io.
  2. 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.
  3. Click on install and Android will automatically install this app.

Linux

  1. Download the .zip file from releases or from itch.io.
  2. Extrakt this file.
  3. run the .86_64 file.

Windows

  1. Download the .zip file from releases or from itch.io.
  2. Extrakt this file.
  3. run the .exe file.

Speed calculation

This is for those interested in how the speed is calculated in relation to the score. $x$ 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$: $$g(x) = 5 * \sqrt{x - 4000} + 1209$$

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.