When you can shift between wall and floor.
Metadata:
- Date: September 2019
- Entry to: BOOOM Game Jam
- Genre: Puzzle
- Engine: PICO-8
- My Role: Game Designer, Programmer
- Play at: itch.io
Overview
SHIFT is a puzzle game which inspired by classic puzzle game Sokoban and Antony Lavelle's Flash game SHIFT.
Gameplay
Goal
Each level consists of two colors. The player controls the movement of the character. If the character is white, it could move on blue tiles, and it will collide on white tiles; if the character is blue, it could move on the white tiles and it will collide on blue tiles. The goal of each level is to reach the portal.
Control
Players could use "SHIFT" ability to walk across different colors. The picture below shows how it works.
Here, the chacacter collides with the "wall".
The red indicator on the left up corner shows that we've enabled the SHIFT ability.
Then we could move into the blue tiles, and shift the color of our character.
What's more, as we've mentioned, the game is a combination of SHIFT and Sokoban.
If there is a single block of the "wall" on your moving direction.
You could easily push it.