Group_B_VirtualEscapeRoom
|
#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... | |
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.
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.
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.
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.
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.
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.
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.
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.
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.