Space Puzzles

 

Space Puzzles is a work-in-progress puzzle game being created in Unity. The game consists of a series of puzzle rooms that the player will be able to move through. Each room will have interactable elements that the player can use in order to move on and continue the game. All of the code is a solo effort by me.

There are several interactable elements in the game, and they can trigger/switch many different things including doors, conveyor belts, turrets, and ladders.

There are also alien creatures in this game. They are incredibly fast, but are contained to their web. If the player steps on their web, they are almost certainly dead.

Ladders are generated through code, so ladders of any length and width can be created very quickly.

Below are some videos of my gameplay in action and some of my favourite puzzle elements.

Putting the key into the keyhole opens the exit door

The alien creature will react to the player when they step on their web

The player turns on the conveyor belt so that they can get access to the key

The player uses keys to change the position of a ladder so that they can open the door and escape

The player turns on the conveyor belt with the lever. It also turns on the turret and the turret shoots at the alien
The player cannot walk through the door when they are holding a key