Description of program: This program is a ghost-hunter game simulation that uses a collection of functionality we have implemented in past assignments, it also uses threading. Hunters must collect evidence to try and identify the type of ghost within the building.
Files: ghost.c (Source file) main.c (Source file) room.c (Source file) building.c (Source file) evidence.c (Source file)2 hunter.c (Source file) defs.h (Header file) README.txt
Compilation Instructions: open terminal in appropriate location or navigate to appropriate location, then input the following command line argument: make all
Launching Instructions: ./a5