Why was cat escape made?

Cat Escape was a school project made in unity with C# where we had to make a 3D puzzle game with only 3 cells of 10 by 10 by 10 meters. This project was made with a team of 5 consisting of 2 devs and 3 artists in a span of 8 weeks.


What is cat escape?

Cat escape is a solo player game where you need to finish puzzles by the use of your laser pointer to control the cats in the romes.


What did I do?

In this project I have mainly worked on the AI for the cats, most puzzles in the last room, and a timer that can be found in every cell.



Code snippets

This script is for the timer in the game. It takes track of the time and lets events happen when the time threshold is met.

This script is the color combination manager. This script makes a random combination of numbers and colors. On the left, you can see the script creating a random number combination and applying it to the numbers in the game. After that, it also picks a random color, applies it to the number in the game and removes the color.

On the left, you see the place where you can fill in the color you want, what material you want to change and what text field you want to set the correct number to.