Group_B_VirtualEscapeRoom
|
void capitalize(char *word)
Capitalize a string.
Definition: helper.c:88
Main game object.
Definition: object.h:43
void check_solved_stage2()
Checks whether all puzzles in stage 2 has been solved.
Definition: helper.c:39
void check_solved_stage3()
Checks whether all puzzles in stage 3 has been solved.
Definition: helper.c:55
@ location
Definition: object.h:15
enum type type_t
Game object type.
type
Game object type.
Definition: object.h:14
void get_reward(int stage)
Calculates the amount of hints used in that particular stage, and prints a reward.
Definition: helper.c:68
int list_objects_at_location(OBJECT_t *location, type_t type)
Lists all objects of a certain type in a given location.
Definition: helper.c:10
void check_solved_stage1()
Checks whether all puzzles in stage 1 has been solved.
Definition: helper.c:27