Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/justkesha/godot-tile-puzzle

Simple first person 3D tile puzzle game made in Godot 4, inspired by Undertale.
https://github.com/justkesha/godot-tile-puzzle

game gdscript godot puzzle-game

Last synced: 7 days ago
JSON representation

Simple first person 3D tile puzzle game made in Godot 4, inspired by Undertale.

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.

![Cube falling onto a destruction tile](preview/one-cube.gif)
![More cubes](preview/multiple-cubes.gif)
#### *The tile was first set on a hold delay using a timer*
![The tile was first set on a hold delay using a timer](preview/timer.gif)
#### *The tile was first forced into pressed state by a script*
![The tile was first forced into pressed state by a script](preview/set-to-pressed.gif)