super duper cool game
studiomaddie
Creator of
Recent community posts
i used cinemachine!!!! it automatically blends between cameras! i had an array of cameras that were connected to a script that randomised which camera was active. The cameras were also attached as children to the Player's body and were assigned through cinemachine to points towards the player!
Gameobject[] cameras;
private void RandomiseCamera(){
Gameobject chosenCamera = cameras[Random.Range(0,cameras.length))
foreach(Gameobject cam in cameras){
if(cam != chosenCamera)
{cam.SetActive(false)}
else{
cam.SetActive(true)}}}
---------------------------
IM GLAD YOU ENJOYED IT :DDDD THANKS FOR PLAYINGGG
SNAILSNAILSNAILSNAILSNAILSNAILSNAILSNAILSNAILSNAILSNAILSNAILSNAILSNAILSNAILSNAILSNAILSNAILSNAILSNAILSNAILSNAILSNAILSNAILSNAILSNAILSNAILSNAILSNAILSNAILSNAILSNAILSNAILSNAILSNAILSNAILSNAILSNAILSNAILSNAILSNAILSNAILSNAILSNAILSNAILSNAILSNAILSNAILSNAILSNAILSNAILSNAILSNAILSNAILSNAILSNAILSNAILSNAILSNAILSNAILSNAILSNAILSNAILSNAILSNAILSNAILSNAILSNAILSNAILSNAILSNAILSNAILSNAILSNAILSNAILSNAILSNAILSNAILSNAILSNAILSNAILSNAILSNAILSNAILSNAILSNAILSNAILSNAILSNAILSNAILSNAILSNAILSNAILSNAILSNAILSNAILSNAILSNAILSNAILSNAILSNAILSNAILSNAILSNAILSNAILSNAILSNAILSNAIL
You click on search and then press z;
afterwards you have to listen for meowing and find the yellow cat, run into it; and then bring it to the blue portal, that makes a beeping noise
Its quite a short game as it was made for a game jam but there are 2 different types of procedurally generated levels;
Have fun! :)