https://github.com/justkesha/godot-tile-puzzle
Simple 3D first-person tile puzzle game inspired by Undertale and made using Godot 4.
https://github.com/justkesha/godot-tile-puzzle
game gdscript godot godot4 puzzle-game unfinished
Last synced: 20 days ago
JSON representation
Simple 3D first-person tile puzzle game inspired by Undertale and made using Godot 4.
- Host: GitHub
- URL: https://github.com/justkesha/godot-tile-puzzle
- Owner: JustKesha
- License: mit
- Created: 2024-10-10T22:24:39.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-11-04T10:09:40.000Z (6 months ago)
- Last Synced: 2025-04-03T11:16:36.503Z (20 days ago)
- Topics: game, gdscript, godot, godot4, puzzle-game, unfinished
- Language: GDScript
- Homepage:
- Size: 1.55 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## What's new?
### Tile to objects interactions
New tile objects can now interact with other objects that collide with their detector's hitbox.
Below are different interaction scenarios between a tile that destroyes objects its getting pressed by and some dummy item cubes.

#### *The tile was first set on a hold delay using a timer*

#### *The tile was first forced into pressed state by a script*
