An ASCII Pac Man Game created to display our understanding of developing multithreaded applications in c++.
My contribution: I was responsible for the ghosts path finding and made function that loads a node based text file, and parses it into a coordinate based format and saves it into a new text file that is read by the main program.