Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sajeg/falling-blocks

A mobile Game, where you need to collect the blocks matching your colour
https://github.com/sajeg/falling-blocks

android f-droid falling-blocks fun game gdscript godotengine mobile open-source

Last synced: 2 months ago
JSON representation

A mobile Game, where you need to collect the blocks matching your colour

Awesome Lists containing this project

README

        

# Falling Blocks
[Get it on F-Droid](https://f-droid.org/packages/org.sajeg.fallingblocks/) Get it on Google Play

- Overview
- Features
- Screenshots
- Installation
- Speed calculation
- Issues
- Contact

## 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
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 [email protected]

*Google Play and the Google Play logo are trademarks of Google LLC.*