Skip to content

Nahom-github/Ghost-Hunting-Simulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ghost-Hunting-Simulator

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

About

A multi-threaded ghost hunting simulator in C, using mutexes to synchronize access to shared resources and prevent data conflicts between threads

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors