https://github.com/slava0135/freaky-towers
Physics puzzle game where you stack blocks on each other and watch them all go down (inspired by Tricky Towers)
https://github.com/slava0135/freaky-towers
arcade game godot puzzle
Last synced: 22 days ago
JSON representation
Physics puzzle game where you stack blocks on each other and watch them all go down (inspired by Tricky Towers)
- Host: GitHub
- URL: https://github.com/slava0135/freaky-towers
- Owner: Slava0135
- License: mit
- Created: 2023-07-25T13:41:37.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-03T09:15:28.000Z (over 1 year ago)
- Last Synced: 2025-03-23T19:45:17.561Z (about 1 month ago)
- Topics: arcade, game, godot, puzzle
- Language: GDScript
- Homepage:
- Size: 2.55 MB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.MD
- License: LICENSE.TXT
Awesome Lists containing this project
README
# Freaky Towers
[](https://slava0135.itch.io/freaky-towers)
Physics puzzle game where you stack blocks on each other and watch them all go down (inspired by Tricky Towers)
## Platforms
Desktop and Mobile are supported
## Controls
* `A` or `LEFT` to move piece left
* `D` or `RIGHT` to move piece right
* Press `SHIFT` and `LEFT/RIGHT` to nudge piece in that direction
* `Q` or `DOWN` to rotate piece anticlockwise
* `E` or `UP` to rotate piece clockwise
* `SPACE` to drop piece fastUse touchscreen buttons on mobile (tap on screen to drop piece fast)
No gamepad/controller support (don't have one)