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.
The alien creature will react to the player when they step on their web
The player uses keys to change the position of a ladder so that they can open the door and escape