Group_B_VirtualEscapeRoom
Functions
puzzle.c File Reference
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "object.h"
#include "ctype.h"
#include "helper.h"
#include "puzzle.h"

Functions

void trigger_puzzle1 ()
 A function that is triggered when the first puzzle is activated. More...
 
void trigger_puzzle2 ()
 A function that is triggered when the second puzzle is activated. More...
 
void trigger_puzzle3 ()
 A function that triggered the third puzzle which is the paper puzzle. More...
 
void trigger_puzzle4 ()
 A function that is triggered when the fourth graffiti_puzzle is activated. More...
 
void trigger_puzzle5 ()
 A function that is triggered when the fifth piano_puzzle is activated. More...
 
void trigger_puzzle6 ()
 A function that triggers the sixth puzzle which is the riddle puzzle. More...
 
void trigger_puzzle7 ()
 A function that is triggered when the seventh code_puzzle is activated. More...
 
void trigger_puzzle8 ()
 A function that is triggered when the eighth phone_puzzle is activated. More...
 
void trigger_puzzle9 ()
 A function that triggers the ninth puzzle which is the cupboard puzzle. More...
 

Function Documentation

◆ trigger_puzzle1()

void trigger_puzzle1 ( )

A function that is triggered when the first puzzle is activated.

Enters a mini-game which involves solving a puzzle involving a clock.

◆ trigger_puzzle2()

void trigger_puzzle2 ( )

A function that is triggered when the second puzzle is activated.

Enters a mini-game which involves solving a puzzle involving a sliding puzzle pices.

◆ trigger_puzzle3()

void trigger_puzzle3 ( )

A function that triggered the third puzzle which is the paper puzzle.

Enters a mini-game which involves solving a puzzle involving a piece of paper.

◆ trigger_puzzle4()

void trigger_puzzle4 ( )

A function that is triggered when the fourth graffiti_puzzle is activated.

Enters a mini-game which involves solving a puzzle involving graffiti.

◆ trigger_puzzle5()

void trigger_puzzle5 ( )

A function that is triggered when the fifth piano_puzzle is activated.

Enters a mini-game which involves solving a puzzle involving a piano.

◆ trigger_puzzle6()

void trigger_puzzle6 ( )

A function that triggers the sixth puzzle which is the riddle puzzle.

Enters a mini-game which involves solving a puzzle involving a riddle.

◆ trigger_puzzle7()

void trigger_puzzle7 ( )

A function that is triggered when the seventh code_puzzle is activated.

Enters a mini-game which involves solving a puzzle involving guessing a 3 digit code based on clues.

◆ trigger_puzzle8()

void trigger_puzzle8 ( )

A function that is triggered when the eighth phone_puzzle is activated.

Enters a mini-game which involves solving a puzzle involving calling someone.

◆ trigger_puzzle9()

void trigger_puzzle9 ( )

A function that triggers the ninth puzzle which is the cupboard puzzle.

Enters a mini-game which involves solving a puzzle involving a cupboard.