
Tiny Mysteries is a 3D puzzle Game. You'll have to venture into three different rooms to escape. Each room has its own puzzle mechanic. How long will it take you to escape ?
This game was made during the 54th LudumDare jam in 2023.
It's the result of two days' work by a team of three game programmers. Our goal was to challenge ourselves by seeing what we could do in a very short time.
You want to try Tiny Mysteries ?
My Contribution
For this project, I worked mainly on the following game mechanics as well as the game feel.

Inspection System
Programmed the object inspection system.
All you have to do is define which objects are inspectable, and then you can inspect them in-game. Objects can then be oriented in any direction.
This mechanic can be found in several of the three levels, as it is necessary for solving the puzzles.
Third Puzzle
Created the third puzzle room and its associated mechanics. This includes the notepad, which records the answers to the puzzle as well as the associated victory conditions.
The player can enter any of the answers they think are correct, and when the right combination is entered, the puzzle is solved.
The notepad is also fully navigable using a variant of the inspection system.
