
Pictostase

1st-person
Puzzle game

Made in
~200 hours

A game about a taking pictures that freeze time
ROLE : GAME/Level Designer, programmer

CONTEXT
Pictostase is a video game project for my portfolio made in Unreal Engine 5. This project began with a simple idea "an image freezes a moment in time" and I thought to myself "why not trying out this idea ?" and then I began working on this trying to create a game based on this simple statement.​
​
Pictostase is a 1st-person puzzle game in which you use your "Pictostase" to take pictures that freeze everything captured in the frame. You have to progress through a test facility, using your ability to resolve puzzles and repair an anomaly.
WIP
This page is still a work-in-progress and is subject to change !
Elements are missing or unrelated to the project.
GAME DESIGN
​For this project, as mentionned before, I started from a simple statement "an image freezes a moment in time". Therefore, I started prototyping this idea directly into Unreal Engine to see if the idea is fun and worth working on.
Developping the mechanic was quite a challenge, and right now it's not perfect but for the purpose of a portfolio project, it turned out okay.
While working on the mechanic, many ideas came out to create interesting puzzles and alongside I started looking for references and taking inspirations from puzzles games to design the other mechanics. For the player not to be too lost, I decided to take common mechanics from the genre creating a sense of familiarity.

Mechanics
Movements

I designed a simple movement system with a walk and a jump trying to have a light character enjoyable for platforming sections. Indeed, while working on the main mechanic, I've found that a bit of platforming would quite match with it.
To reinforce immersion and enchance game feel, I worked on adding camera shakes while walking and jumping as I usually do for 1st person games.
Pictostase

I designed the Pictostase inspiring myself from Viewfinder. The way it works is simple, you simply hold the mouse button and release it to take a picture and freeze every interactable objects contained in the frame.
Freezing objects has shown interest mostly in being used for platforming aspect. But I didn't want the player to simply freeze objects and jump on them to reach the end of the level.
Therefore, I thought about multiple ways to use the freeze mechanic by designing other mechanics which could work in harmony and add a puzzle aspect to the game.
Physic objects
When prototyping the Pictostase mechanic, I immediately thought about grabbing object and freezing them to be used as platforms.
I distinguished two types of physics objects :
- Grabbable physic object that the player can take anywhere. Motivates thinking skill.
- Non-grabbable physic object that cannot be moved. Motivates timing skill.
Buttons

After reviewing some puzzle games, I found that buttons could be very helpful to create puzzles.
I therefore used buttons I had in a prototype asset pack. They serve different purposes :
- Reset buttons are used to teleport objects back to their original position in case the player lost them. They are also useful to respawn falling objects.
- Active buttons are used to activate elements such as moving platforms or doors. This allows me to create puzzles based on activating those buttons.
Moving platforms
As the non-grabbable object, I added the platforms for their timing aspect but also for their "moving objects around" ability.
It serves both for platforming and puzzles.
Turrets
The turrets were designed specifically for their puzzle aspect. At first, it seems that turrets shooting physic object would not add anything. But, I made them so the projectiles are reused by the turret even though you freeze them.
It serves a very interesting purpose because it learns the player to freeze both the objects and the turret in the same frame.
They exist in both grabbable and non-grabbable form so the player is forced to freeze the non-grabbable one and can use the grabbable one as a platform.
Energy zones

But the turrets can't work without the energy zones. This constrainst is useful for the grabbable turrets because the player can actually move it around and use it as a platform without having to think about it shooting.
But I use it to also force the player to place turrets wherever I want so players don't break the levels. And it forces them to think about why the energy is there and how to use it.
Gameplay video
Level Design
Learning diagram

​For the Level Design, I had approximately 48 hours to make one with an objective in mind : 5 minutes of gameplay and aiming a mid-core to hardcore audience.
I started by breaking down the game mechanics to create a learning diagram to plan the game flow.
Flow curve

As you can see, I used the learning diagram to plan when to teach which mechanic and progressively complexify the game by mixing mechanics together.
Then, I was able to make a plan of the game : creating the main path, creating alternative paths (risk/reward for speedrunners allowing them to go faster), placing the traps around like workshops following the learning diagram (workshop 1, 2...).
And finally, I could implement the blockout in Unreal Engine 5 using primitives to create the level.
Plan
